diff --git a/resources/definitions/ultimaker_original_dual.def.json b/resources/definitions/ultimaker_original_dual.def.json index 65fca17df7..2bcc36a430 100644 --- a/resources/definitions/ultimaker_original_dual.def.json +++ b/resources/definitions/ultimaker_original_dual.def.json @@ -1,7 +1,7 @@ { "version": 2, "name": "Ultimaker Original Dual Extrusion", - "inherits": "ultimaker", + "inherits": "ultimaker_original", "metadata": { "visible": true, @@ -49,6 +49,7 @@ }, "overrides": { + "machine_name": { "default_value": "Ultimaker Original Dual Extrusion" }, "gantry_height": { "value": "55" }, "machine_center_is_zero": { "default_value": false }, "machine_depth": { "default_value": 195 }, @@ -65,9 +66,8 @@ ] }, "machine_height": { "default_value": 200 }, - "machine_name": { "default_value": "Ultimaker Original" }, "machine_start_gcode": { "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 X0 Y0 ;move X/Y to min endstops\nG28 Z0 ;move Z to min endstops\nG1 Z15.0 F9000 ;move the platform down 15mm\nT1 ;Switch to the 2nd extruder\nG92 E0 ;zero the extruded length\nG1 F200 E6 ;extrude 6 mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F200 E-{switch_extruder_retraction_amount}\nT0 ;Switch to the 1st extruder\nG92 E0 ;zero the extruded length\nG1 F200 E6 ;extrude 6 mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F9000\n;Put printing message on LCD screen\nM117 Printing..." }, "machine_use_extruder_offset_to_offset_coords": { "default_value": true }, "machine_width": { "default_value": 205 } } -} \ No newline at end of file +}