瀏覽代碼

🩹 Sensorless homing tweak

Scott Lahteine 2 年之前
父節點
當前提交
09a83d565e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Marlin/src/inc/Conditionals_post.h

+ 1
- 1
Marlin/src/inc/Conditionals_post.h 查看文件

@@ -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…
取消
儲存