소스 검색

🩹 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…
취소
저장