Browse Source

🩹 Sensorless homing tweak

Scott Lahteine 2 years ago
parent
commit
09a83d565e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/inc/Conditionals_post.h

+ 1
- 1
Marlin/src/inc/Conditionals_post.h View File

@@ -2005,7 +2005,7 @@
2005 2005
   #define HAS_TMC_SW_SERIAL 1
2006 2006
 #endif
2007 2007
 
2008
-#if !USE_SENSORLESS
2008
+#if DISABLED(SENSORLESS_HOMING)
2009 2009
   #undef SENSORLESS_BACKOFF_MM
2010 2010
 #endif
2011 2011
 

Loading…
Cancel
Save