PROBE_SAFE_POINT for dual extruder
This commit is contained in:
parent
e2e24060e7
commit
00ed86b815
@ -1580,8 +1580,10 @@
|
|||||||
#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)
|
#elif ANY(TAZPro, TAZProXT) && defined (LULZBOT_UNIVERSAL_TOOLHEAD)
|
||||||
#define PROBE_SAFE_POINT { -1, -9 }
|
#define PROBE_SAFE_POINT { -1, -9 }
|
||||||
|
#elif ANY(TAZPro, TAZProXT) && defined (TOOLHEAD_Quiver_DualExtruder)
|
||||||
|
#define PROBE_SAFE_POINT { -6, -9 }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// X and Y axis travel speed (mm/min) between probes
|
// X and Y axis travel speed (mm/min) between probes
|
||||||
|
Loading…
Reference in New Issue
Block a user