Apply 1 suggestion(s) to 1 file(s)

This commit is contained in:
Robert Henderson 2021-09-14 15:55:22 +00:00 committed by Brian Kahl
parent 00ed86b815
commit 2958d86882

View File

@ -1580,10 +1580,11 @@
#define PROBE_SAFE_POINT { -8, -8 } #define PROBE_SAFE_POINT { -8, -8 }
#elif ENABLED(Workhorse) #elif ENABLED(Workhorse)
#define PROBE_SAFE_POINT { -10, -10 } #define PROBE_SAFE_POINT { -10, -10 }
#elif ANY(TAZPro, TAZProXT) && defined (LULZBOT_UNIVERSAL_TOOLHEAD) #elif ANY(TAZPro, TAZProXT)
#define PROBE_SAFE_POINT { -1, -9 } #if DEFINED(TOOLHEAD_Quiver_DualExtruder)
#elif ANY(TAZPro, TAZProXT) && defined (TOOLHEAD_Quiver_DualExtruder) #define PROBE_SAFE_POINT { -6, -9 } //safe probe point for dual extruder on Pro/XT
#define PROBE_SAFE_POINT { -6, -9 } #else
#define PROBE_SAFE_POINT { -1, -9 } //safe probe point for single extruder toolheads on Pro/XT
#endif #endif
// X and Y axis travel speed (mm/min) between probes // X and Y axis travel speed (mm/min) between probes