From c1c773ee20bdc6eb609c8bcd8d66f33dfb997896 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20K=C3=B6ster?= <36196269+knutwurst@users.noreply.github.com> Date: Tue, 8 Feb 2022 14:26:29 +0100 Subject: [PATCH] Updated Cura Start and Endcode with preheat and purge line (mediawiki) --- ...art--and-Endcode-with-preheat-and-purge-line.mediawiki | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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