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

Oliver Köster
2022-02-08 14:26:29 +01:00
parent 8b90cae619
commit c1c773ee20

@@ -10,15 +10,13 @@ For more information about every single Line, please visit https://marlinfw.org/
M109 S{material_print_temperature_layer_0} ; 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 Z5.0 ; Set leveling fading height to 5 mm
G0 Z0.15 ; lift nozzle a bit G0 Z0.15 ; lift nozzle a bit
G0 Y10 ; move 10mm in Y to prevent a crash with bed clips G0 X2 ; move away from clips
G92 E0 ; zero the extruded length G92 E0 ; zero the extruded length
G1 X50 E25 F500 ; Extrude 25mm of filament in a 5cm line. G1 Y50 E25 F500 ; Extrude 25mm of filament in a 5cm line.
G92 E0 ; zero the extruded length again G92 E0 ; zero the extruded length again
G1 E-2 F500 ; Retract a little G1 E-2 F500 ; Retract a little
G1 X120 F4000 ; Quickly wipe away from the filament line G1 Y120 F4000 ; Quickly wipe away from the filament line
*Endcode *Endcode