Fixing compile issue with Pro/ProXT involving Probe_safe_point

This commit is contained in:
Brian Kahl 2021-09-15 10:15:11 -05:00
parent 90fd7a5e91
commit 3257e525c6

View File

@ -1585,7 +1585,7 @@
#elif ENABLED(Workhorse) #elif ENABLED(Workhorse)
#define PROBE_SAFE_POINT { -10, -10 } #define PROBE_SAFE_POINT { -10, -10 }
#elif ANY(TAZPro, TAZProXT) #elif ANY(TAZPro, TAZProXT)
#if DEFINED(TOOLHEAD_Quiver_DualExtruder) #if 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 } //safe probe point for dual extruder on Pro/XT
#else #else
#define PROBE_SAFE_POINT { -1, -9 } //safe probe point for single extruder toolheads on Pro/XT #define PROBE_SAFE_POINT { -1, -9 } //safe probe point for single extruder toolheads on Pro/XT