From 242e8b17318b2b01bc985e34306d7b89e1195ae8 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:42:20 +0100 Subject: [PATCH] Updated Cura Start and Endcode with preheat and purge line (mediawiki) --- ...code-with-preheat-and-purge-line.mediawiki | 22 +++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) rename Cura-Start--and-Endcode-with-preheat-and-purge-line.mediawiki => Start-and-Endcode-with-preheat-and-purge-line.mediawiki (61%) diff --git a/Cura-Start--and-Endcode-with-preheat-and-purge-line.mediawiki b/Start-and-Endcode-with-preheat-and-purge-line.mediawiki similarity index 61% rename from Cura-Start--and-Endcode-with-preheat-and-purge-line.mediawiki rename to Start-and-Endcode-with-preheat-and-purge-line.mediawiki index 5647f48..e8262b6 100644 --- a/Cura-Start--and-Endcode-with-preheat-and-purge-line.mediawiki +++ b/Start-and-Endcode-with-preheat-and-purge-line.mediawiki @@ -1,6 +1,6 @@ For more information about every single Line, please visit https://marlinfw.org/meta/gcode/ -*Startcode +*Startcode (Cura) G21 ; metric values G90 ; absolute positioning @@ -18,8 +18,26 @@ For more information about every single Line, please visit https://marlinfw.org/ G1 E-2 F500 ; Retract a little G1 Y120 F4000 ; Quickly wipe away from the filament line +* Startcode (PrusaSlicer) -*Endcode + G21 ; metric values + G90 ; absolute positioning + M82 ; set extruder to absolute mode + M107 ; start with the fan off + M190 S[first_layer_bed_temperature] ; preheat and wait for bed + 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 + G0 Z0.15 ; lift nozzle a bit + G0 X2 ; go away from clips + G92 E0 ; zero the extruded length + 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 Y120 F4000 ; Quickly wipe away from the filament line + + +*Endcode (Cura/PrusaSlicer) M104 S0 ; Extruder off M140 S0 ; Heatbed off