Sfoglia il codice sorgente

Fix SET_SOFT_ENDSTOP_LOOSE w/out soft endstops (#19734)

Jason Smith 3 anni fa
parent
commit
54bdcb4691
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      Marlin/src/module/motion.h

+ 1
- 1
Marlin/src/module/motion.h Vedi File

@@ -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…
Annulla
Salva