Skip to content

Commit

Permalink
Fix undefined Z stall
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Apr 29, 2020
1 parent e7a6a52 commit 1d71451
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Marlin/src/inc/Conditionals_post.h
Original file line number Diff line number Diff line change
Expand Up @@ -1508,6 +1508,9 @@
// Disable Z axis sensorless homing if a probe is used to home the Z axis
#if HOMING_Z_WITH_PROBE
#undef Z_STALL_SENSITIVITY
#undef Z2_STALL_SENSITIVITY
#undef Z3_STALL_SENSITIVITY
#undef Z4_STALL_SENSITIVITY
#endif
#if defined(X_STALL_SENSITIVITY) && AXIS_HAS_STALLGUARD(X)
#define X_SENSORLESS 1
Expand Down

0 comments on commit 1d71451

Please sign in to comment.