Fix HAS_CLASSIC_E_JERK and related issues (#15968)
This commit is contained in:
committed by
Scott Lahteine
parent
48e264e4e1
commit
0fcd1f4a49
@ -44,7 +44,7 @@
|
||||
#endif
|
||||
|
||||
#define HAS_CLASSIC_JERK (ENABLED(CLASSIC_JERK) || IS_KINEMATIC)
|
||||
#define HAS_CLASSIC_E_JERK (HAS_CLASSIC_JERK && DISABLED(LIN_ADVANCE))
|
||||
#define HAS_CLASSIC_E_JERK (ENABLED(CLASSIC_JERK) || DISABLED(LIN_ADVANCE))
|
||||
|
||||
/**
|
||||
* Axis lengths and center
|
||||
|
Reference in New Issue
Block a user