From 0d2f7ff28932cf6bafc8f39af5eb96d6b7ea43bb Mon Sep 17 00:00:00 2001 From: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com> Date: Wed, 5 Dec 2018 20:28:56 -0500 Subject: [PATCH] Update trex3 default offset --- Marlin/Configuration_adv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration_adv.h b/Marlin/Configuration_adv.h index 5a72a2f960..1a2ac83020 100644 --- a/Marlin/Configuration_adv.h +++ b/Marlin/Configuration_adv.h @@ -373,7 +373,7 @@ #define X2_MIN_POS 0 // set minimum to ensure second x-carriage doesn't hit the parked first X-carriage // set maximum to the distance between toolheads when both heads are homed #if ENABLED(TREX3) - #define X2_MAX_POS 438.5 + #define X2_MAX_POS 446 #else #define X2_MAX_POS 442 #endif