From 2662f586553f1d40d45b668c157f984e1fdbdfd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20K=C3=B6ster?= <36196269+knutwurst@users.noreply.github.com> Date: Sat, 27 Nov 2021 10:47:46 +0100 Subject: [PATCH] Updated Cura Start and Endcode with preheat and purge line (mediawiki) --- Cura-Start--and-Endcode-with-preheat-and-purge-line.mediawiki | 4 ++-- 1 file changed, 2 insertions(+), 2 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 65871ac..0aea76d 100644 --- a/Cura-Start--and-Endcode-with-preheat-and-purge-line.mediawiki +++ b/Cura-Start--and-Endcode-with-preheat-and-purge-line.mediawiki @@ -6,8 +6,8 @@ For more information about every single Line, please visit https://marlinfw.org/ G90 ; absolute positioning M82 ; set extruder to absolute mode M107 ; start with the fan off - M190 S{material_bed_temperature} ; preheat and wait for bed - M109 S{material_print_temperature} ; preheat and wait for hotend + M190 S{material_bed_temperature_layer_0} ; preheat and wait for bed + 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