Merge branch 'M48_fix_for_nozzle_as_probe' of https://gitlab.com/lulzbot3d/marlin into M48_fix_for_nozzle_as_probe
This commit is contained in:
commit
f8828fe499
@ -1581,10 +1581,10 @@
|
|||||||
#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
|
||||||
#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