🩹 Sensorless homing tweak

This commit is contained in:
Scott Lahteine 2021-08-28 17:46:22 -05:00
parent 6d3dec8b63
commit 09a83d565e

View file

@ -2005,7 +2005,7 @@
#define HAS_TMC_SW_SERIAL 1 #define HAS_TMC_SW_SERIAL 1
#endif #endif
#if !USE_SENSORLESS #if DISABLED(SENSORLESS_HOMING)
#undef SENSORLESS_BACKOFF_MM #undef SENSORLESS_BACKOFF_MM
#endif #endif