Browse Source

Fix SET_SOFT_ENDSTOP_LOOSE w/out soft endstops (#19734)

vanilla_fb_2.0.x
Jason Smith 4 years ago
committed by Scott Lahteine
parent
commit
d81abf1d50
  1. 2
      Marlin/src/module/motion.h

2
Marlin/src/module/motion.h

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

Loading…
Cancel
Save