✨ Support for up to 9 axes (linear, rotary) (#23112)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
@@ -134,6 +134,9 @@ void menu_tmc_current() {
|
||||
TERN_( I_SENSORLESS, TMC_EDIT_STORED_SGT(I));
|
||||
TERN_( J_SENSORLESS, TMC_EDIT_STORED_SGT(J));
|
||||
TERN_( K_SENSORLESS, TMC_EDIT_STORED_SGT(K));
|
||||
TERN_( U_SENSORLESS, TMC_EDIT_STORED_SGT(U));
|
||||
TERN_( V_SENSORLESS, TMC_EDIT_STORED_SGT(V));
|
||||
TERN_( W_SENSORLESS, TMC_EDIT_STORED_SGT(W));
|
||||
END_MENU();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user