Update ultimaker_original_dual.def.json

This commit is contained in:
Casper Lamboo 2025-05-27 13:54:25 +02:00 committed by GitHub
parent 94c6c9307b
commit 97be7e3341
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 }
}
}
}