Apply printer-linter format

This commit is contained in:
casperlamboo 2025-05-27 11:55:55 +00:00 committed by github-actions[bot]
parent 97be7e3341
commit fbc8f0d0f4

View File

@ -49,7 +49,6 @@
},
"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 },
@ -66,8 +65,9 @@
]
},
"machine_height": { "default_value": 200 },
"machine_name": { "default_value": "Ultimaker Original Dual Extrusion" },
"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 }
}
}
}