Skip to content

Commit

Permalink
Fixing compile issue with Pro/ProXT involving Probe_safe_point
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Kahl committed Sep 15, 2021
1 parent 90fd7a5 commit 3257e52
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 3257e52

Please sign in to comment.