Updated Start and Endcode with preheat and purge line (mediawiki)

Oliver Köster
2022-02-21 12:57:08 +01:00
parent ac37899d32
commit 967de1ccff

@@ -10,6 +10,7 @@ For more information about every single Line, please visit https://marlinfw.org/
M109 S{material_print_temperature_layer_0} ; preheat and wait for hotend
M300 S1000 P500 ; BEEP heating done
G28 X0 Y10 Z0 ; move X/Y to min endstops
M420 S1 ; enable mesh leveling (not needed anymore)
G0 Z0.15 ; lift nozzle a bit
G0 X2 ; move away from clips
G92 E0 ; zero the extruded length
@@ -28,6 +29,7 @@ For more information about every single Line, please visit https://marlinfw.org/
M109 S[first_layer_temperature] ; preheat and wait for hotend
M300 S1000 P500 ; BEEP heating done
G28 X0 Y10 Z0 ; move X/Y to min endstops
M420 S1 ; enable mesh leveling (not needed anymore)
G0 Z0.15 ; lift nozzle a bit
G0 X2 ; go away from clips
G92 E0 ; zero the extruded length