mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-23 01:58:59 +00:00
🚸 Hide IS menu while busy
This commit is contained in:
parent
da43218d76
commit
bcb0a370a5
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