mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-19 08:08:25 +00:00
🚸 Hide IS menu while busy
This commit is contained in:
parent
4b4d98d282
commit
14c8b7b031
1 changed files with 1 additions and 1 deletions
|
@ -695,7 +695,7 @@ void menu_advanced_settings() {
|
|||
|
||||
// M593 - Acceleration items
|
||||
#if ENABLED(SHAPING_MENU)
|
||||
SUBMENU(MSG_INPUT_SHAPING, menu_advanced_input_shaping);
|
||||
if (!is_busy) SUBMENU(MSG_INPUT_SHAPING, menu_advanced_input_shaping);
|
||||
#endif
|
||||
|
||||
#if HAS_CLASSIC_JERK
|
||||
|
|
Loading…
Reference in a new issue