Skip to content

Commit

Permalink
Merge branch '20-compile-issue-for-pro-proxt-involving-the-probe_safe…
Browse files Browse the repository at this point in the history
…_point' into 'master'

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

Closes MarlinFirmware#20

See merge request lulzbot3d/marlin!11
  • Loading branch information
bmkahl committed Sep 15, 2021
2 parents 90fd7a5 + 3257e52 commit b71d0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b71d0cf

Please sign in to comment.