소스 검색

Fix SET_SOFT_ENDSTOP_LOOSE w/out soft endstops (#19734)

Jason Smith 3 년 전
부모
커밋
54bdcb4691
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      Marlin/src/module/motion.h

+ 1
- 1
Marlin/src/module/motion.h 파일 보기

@@ -198,7 +198,7 @@ inline float home_bump_mm(const AxisEnum axis) {
198 198
   extern soft_endstops_t soft_endstop;
199 199
   #define apply_motion_limits(V)        NOOP
200 200
   #define update_software_endstops(...) NOOP
201
-  #define SET_SOFT_ENDSTOP_LOOSE()      NOOP
201
+  #define SET_SOFT_ENDSTOP_LOOSE(V)     NOOP
202 202
 
203 203
 #endif // !HAS_SOFTWARE_ENDSTOPS
204 204
 

Loading…
취소
저장