Merge branch '20-compile-issue-for-pro-proxt-involving-the-probe_safe_point' into 'master'

Resolve "Compile issue for Pro/ProXT involving the Probe_safe_point"

Closes #20

See merge request lulzbot3d/marlin!11
This commit is contained in:
Brian Kahl 2021-09-15 15:24:42 +00:00
commit b71d0cfe62

View File

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