Fixing redundant if statement
This commit is contained in:
parent
2958d86882
commit
0a86e8129a
@ -1581,10 +1581,10 @@
|
||||
#elif ENABLED(Workhorse)
|
||||
#define PROBE_SAFE_POINT { -10, -10 }
|
||||
#elif ANY(TAZPro, TAZProXT)
|
||||
#if DEFINED(TOOLHEAD_Quiver_DualExtruder)
|
||||
#define PROBE_SAFE_POINT { -6, -9 } //safe probe point for dual extruder on Pro/XT
|
||||
#else
|
||||
#define PROBE_SAFE_POINT { -1, -9 } //safe probe point for single extruder toolheads on Pro/XT
|
||||
#if DEFINED(TOOLHEAD_Quiver_DualExtruder)
|
||||
#define PROBE_SAFE_POINT { -6, -9 } //safe probe point for dual extruder on Pro/XT
|
||||
#else
|
||||
#define PROBE_SAFE_POINT { -1, -9 } //safe probe point for single extruder toolheads on Pro/XT
|
||||
#endif
|
||||
|
||||
// X and Y axis travel speed (mm/min) between probes
|
||||
|
Loading…
Reference in New Issue
Block a user