diff --git a/Cura-Start--and-Endcode-with-preheat-and-purge-line.mediawiki b/Cura-Start--and-Endcode-with-preheat-and-purge-line.mediawiki index 0aea76d..5647f48 100644 --- a/Cura-Start--and-Endcode-with-preheat-and-purge-line.mediawiki +++ b/Cura-Start--and-Endcode-with-preheat-and-purge-line.mediawiki @@ -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 M300 S1000 P500 ; BEEP heating done 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 Y10 ; move 10mm in Y to prevent a crash with bed clips + G0 X2 ; move away from clips 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 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