From 03601585b8672634a25107ff0ee27f5c3841a454 Mon Sep 17 00:00:00 2001 From: Julian Schill Date: Wed, 23 Feb 2022 16:48:28 +0100 Subject: [PATCH] Add G90 to PRINT_START macro --- Firmware/Octopus/Trident_Octopus_Config.cfg | 1 + Firmware/Voron_Trident_SKR14_EXPMOT.cfg | 3 ++- Firmware/Voron_Trident_SKR_1.3.cfg | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Firmware/Octopus/Trident_Octopus_Config.cfg b/Firmware/Octopus/Trident_Octopus_Config.cfg index 3114004..5aff93d 100644 --- a/Firmware/Octopus/Trident_Octopus_Config.cfg +++ b/Firmware/Octopus/Trident_Octopus_Config.cfg @@ -486,6 +486,7 @@ gcode: G28 Z_TILT_ADJUST G28 + G90 ; absolute positioning ## Uncomment for for your size printer: #-------------------------------------------------------------------- diff --git a/Firmware/Voron_Trident_SKR14_EXPMOT.cfg b/Firmware/Voron_Trident_SKR14_EXPMOT.cfg index 106b083..17e55de 100644 --- a/Firmware/Voron_Trident_SKR14_EXPMOT.cfg +++ b/Firmware/Voron_Trident_SKR14_EXPMOT.cfg @@ -468,7 +468,8 @@ gcode: G28 Y0 X0 Z0 Z_TILT_ADJUST G28 Y0 X0 Z0 - + G90 ; absolute positioning + ##Purge Line Gcode #G92 E0; #G90 diff --git a/Firmware/Voron_Trident_SKR_1.3.cfg b/Firmware/Voron_Trident_SKR_1.3.cfg index dc05dd8..0da2ca2 100644 --- a/Firmware/Voron_Trident_SKR_1.3.cfg +++ b/Firmware/Voron_Trident_SKR_1.3.cfg @@ -539,7 +539,8 @@ gcode: G28 Y0 X0 Z0 Z_TILT_ADJUST G28 Y0 X0 Z0 - + G90 ; absolute positioning + ##Purge Line Gcode #G92 E0; #G90