From 4fd955c356cfabd6bb391048eca52a2ee2d34fb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20K=C3=B6ster?= <36196269+knutwurst@users.noreply.github.com> Date: Mon, 21 Feb 2022 13:39:02 +0100 Subject: [PATCH] Updated Start and Endcode with preheat and purge line (mediawiki) --- Start-and-Endcode-with-preheat-and-purge-line.mediawiki | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Start-and-Endcode-with-preheat-and-purge-line.mediawiki b/Start-and-Endcode-with-preheat-and-purge-line.mediawiki index 19f2836..7d75a03 100644 --- a/Start-and-Endcode-with-preheat-and-purge-line.mediawiki +++ b/Start-and-Endcode-with-preheat-and-purge-line.mediawiki @@ -10,7 +10,7 @@ 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 mesh leveling (not needed anymore) + M420 S1 ; enable mesh leveling G0 Z0.15 ; lift nozzle a bit G0 X2 ; move away from clips G92 E0 ; zero the extruded length @@ -29,7 +29,7 @@ For more information about every single Line, please visit https://marlinfw.org/ 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 - M420 S1 ; enable mesh leveling (not needed anymore) + M420 S1 ; enable mesh leveling G0 Z0.15 ; lift nozzle a bit G0 X2 ; go away from clips G92 E0 ; zero the extruded length