0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-18 23:49:49 +00:00

🩹 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
#endif
#if !USE_SENSORLESS
#if DISABLED(SENSORLESS_HOMING)
#undef SENSORLESS_BACKOFF_MM
#endif