From 10e31f4dbed7a5205a11de0415832e2c64b917d3 Mon Sep 17 00:00:00 2001 From: Brian Kahl Date: Tue, 19 Oct 2021 09:38:41 -0500 Subject: [PATCH] Changing max height to 297 on TAZWorkhorse. --- Marlin/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 562715501..add44be79 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1839,7 +1839,7 @@ #define LULZBOT_Z_MIN_POS -2 #define LULZBOT_X_MAX_POS 295 #define LULZBOT_Y_MAX_POS 308 - #define LULZBOT_Z_MAX_POS 299 + #define LULZBOT_Z_MAX_POS 297 #elif ENABLED(TAZPro) #if defined(TOOLHEAD_Quiver_DualExtruder)