From cd7246228d9bb3ba23a66569c556913b6d98b493 Mon Sep 17 00:00:00 2001 From: Bassam Husain Date: Sat, 4 Feb 2023 18:27:26 -0500 Subject: [PATCH] Adjusted PURGE_LINE: raise nozzle higher at the end. --- cfgs/macros.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfgs/macros.cfg b/cfgs/macros.cfg index 89a9aa9..7d905f2 100644 --- a/cfgs/macros.cfg +++ b/cfgs/macros.cfg @@ -25,7 +25,7 @@ gcode: G1 E{PRE_PURGE_PRIME_LENGTH} F500 ; pre-purge prime LENGTH SHOULD MATCH YOUR PRINT_END RETRACT G1 Y140 E35.0 F1200.0 ; intro line 1 G92 E0.0 ; reset extruder - G1 Z3.0 ; move nozzle to prevent scratch + G1 Z5.0 ; move nozzle to prevent scratch [gcode_macro CANCEL_PRINT] rename_existing: BASE_CANCEL_PRINT