✨ Support for up to 9 axes (linear, rotary) (#23112)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
@@ -66,6 +66,15 @@ void menu_backlash() {
|
||||
#if HAS_K_AXIS && _CAN_CALI(K)
|
||||
EDIT_BACKLASH_DISTANCE(K);
|
||||
#endif
|
||||
#if HAS_U_AXIS && _CAN_CALI(U)
|
||||
EDIT_BACKLASH_DISTANCE(U);
|
||||
#endif
|
||||
#if HAS_V_AXIS && _CAN_CALI(V)
|
||||
EDIT_BACKLASH_DISTANCE(V);
|
||||
#endif
|
||||
#if HAS_W_AXIS && _CAN_CALI(W)
|
||||
EDIT_BACKLASH_DISTANCE(W);
|
||||
#endif
|
||||
|
||||
#ifdef BACKLASH_SMOOTHING_MM
|
||||
editable.decimal = backlash.get_smoothing_mm();
|
||||
|
||||
Reference in New Issue
Block a user