Jason Smith
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Marlin/src/module/motion.h
|
@ -198,7 +198,7 @@ inline float home_bump_mm(const AxisEnum axis) { |
|
|
extern soft_endstops_t soft_endstop; |
|
|
extern soft_endstops_t soft_endstop; |
|
|
#define apply_motion_limits(V) NOOP |
|
|
#define apply_motion_limits(V) NOOP |
|
|
#define update_software_endstops(...) NOOP |
|
|
#define update_software_endstops(...) NOOP |
|
|
#define SET_SOFT_ENDSTOP_LOOSE() NOOP |
|
|
#define SET_SOFT_ENDSTOP_LOOSE(V) NOOP |
|
|
|
|
|
|
|
|
#endif // !HAS_SOFTWARE_ENDSTOPS
|
|
|
#endif // !HAS_SOFTWARE_ENDSTOPS
|
|
|
|
|
|
|
|
|