[2.0.x] Fix compile error on delta when NO_WORKSPACE_OFFSETS (#9388)
This commit is contained in:
committed by
Scott Lahteine
parent
ca00fed827
commit
ea9ad4e46d
@ -318,7 +318,7 @@ void homeaxis(const AxisEnum axis);
|
||||
|
||||
#endif
|
||||
|
||||
#if HAS_WORKSPACE_OFFSET || ENABLED(DUAL_X_CARRIAGE)
|
||||
#if HAS_WORKSPACE_OFFSET || ENABLED(DUAL_X_CARRIAGE) || ENABLED(DELTA)
|
||||
void update_software_endstops(const AxisEnum axis);
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user