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

Oliver Köster
2021-11-27 10:47:46 +01:00
parent 00e7716f1f
commit 2662f58655

@@ -6,8 +6,8 @@ For more information about every single Line, please visit https://marlinfw.org/
G90 ; absolute positioning G90 ; absolute positioning
M82 ; set extruder to absolute mode M82 ; set extruder to absolute mode
M107 ; start with the fan off M107 ; start with the fan off
M190 S{material_bed_temperature} ; preheat and wait for bed M190 S{material_bed_temperature_layer_0} ; preheat and wait for bed
M109 S{material_print_temperature} ; preheat and wait for hotend M109 S{material_print_temperature_layer_0} ; preheat and wait for hotend
M300 S1000 P500 ; BEEP heating done M300 S1000 P500 ; BEEP heating done
G28 X0 Y10 Z0 ; move X/Y to min endstops G28 X0 Y10 Z0 ; move X/Y to min endstops
M420 S1 ; Enable leveling M420 S1 ; Enable leveling