mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-22 17:52:57 +00:00
🚸 Edit IS frequency while moving (#27248)
This commit is contained in:
parent
3385b4c280
commit
2b9a62093a
1 changed files with 1 additions and 1 deletions
|
@ -700,7 +700,7 @@ void menu_advanced_settings() {
|
|||
|
||||
// M593 - Acceleration items
|
||||
#if ENABLED(SHAPING_MENU)
|
||||
if (!is_busy) SUBMENU(MSG_INPUT_SHAPING, menu_advanced_input_shaping);
|
||||
SUBMENU(MSG_INPUT_SHAPING, menu_advanced_input_shaping);
|
||||
#endif
|
||||
|
||||
#if ENABLED(CLASSIC_JERK)
|
||||
|
|
Loading…
Reference in a new issue