Fixing compile issue with Pro/ProXT involving Probe_safe_point
This commit is contained in:
parent
90fd7a5e91
commit
3257e525c6
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user