mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-03-05 01:24:48 -07:00
Merge 0085568160 into b553c0e62a
This commit is contained in:
commit
f23c6499de
1 changed files with 1 additions and 1 deletions
|
|
@ -556,7 +556,7 @@ void menu_move() {
|
|||
|
||||
editable.state = c.axis_sync_enabled;
|
||||
EDIT_ITEM(bool, MSG_FTM_AXIS_SYNC, &editable.state, []{
|
||||
queue.inject(TS(F("M493"), IAXIS_CHAR(MenuItemBase::itemIndex), 'T', int(editable.state)));
|
||||
queue.inject(TS(F("M493"), IAXIS_CHAR(MenuItemBase::itemIndex), 'H', int(editable.state)));
|
||||
});
|
||||
|
||||
#if ENABLED(FTM_RESONANCE_TEST)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue