From f2fe27b40697ac34ce1a0f194bb7e1285b8dbf6d Mon Sep 17 00:00:00 2001 From: RainMotorsports Date: Wed, 30 Jul 2025 00:16:28 -0400 Subject: [PATCH] Correct Hotend Offset Axis for Dual I transposed the axis for the hotend offset in the original pull request. A user discovered this and am correcting it now. --- config/examples/MakerBot/Replicator Dual/Configuration.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/examples/MakerBot/Replicator Dual/Configuration.h b/config/examples/MakerBot/Replicator Dual/Configuration.h index 373d006881..d7b465c6a6 100644 --- a/config/examples/MakerBot/Replicator Dual/Configuration.h +++ b/config/examples/MakerBot/Replicator Dual/Configuration.h @@ -385,8 +385,8 @@ // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). // For the other hotends it is their distance from the extruder 0 hotend. -//#define HOTEND_OFFSET_X { 0.0, 20.00 } // (mm) relative X-offset for each nozzle -#define HOTEND_OFFSET_Y { 0.0, -33.00 } // (mm) relative Y-offset for each nozzle +#define HOTEND_OFFSET_X { 0.0, -33.00 } // (mm) relative X-offset for each nozzle +//#define HOTEND_OFFSET_Y { 0.0, 5.00 } // (mm) relative Y-offset for each nozzle //#define HOTEND_OFFSET_Z { 0.0, 0.00 } // (mm) relative Z-offset for each nozzle // @section multi-material