Skip to content

Commit

Permalink
🚸 Hide IS menu while busy
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Dec 31, 2022
1 parent 4b4d98d commit 14c8b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/lcd/menu/menu_advanced.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 14c8b7b

Please sign in to comment.