diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index bd2693735..44c03b10c 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1580,8 +1580,10 @@ #define PROBE_SAFE_POINT { -8, -8 } #elif ENABLED(Workhorse) #define PROBE_SAFE_POINT { -10, -10 } -#elif ANY(TAZPro, TAZProXT) +#elif ANY(TAZPro, TAZProXT) && defined (LULZBOT_UNIVERSAL_TOOLHEAD) #define PROBE_SAFE_POINT { -1, -9 } +#elif ANY(TAZPro, TAZProXT) && defined (TOOLHEAD_Quiver_DualExtruder) + #define PROBE_SAFE_POINT { -6, -9 } #endif // X and Y axis travel speed (mm/min) between probes