🚸 Hide IS menu while busy

This commit is contained in:
Scott Lahteine
2022-12-30 19:43:46 -06:00
parent 4b4d98d282
commit 14c8b7b031

View File

@@ -695,7 +695,7 @@ void menu_advanced_settings() {
// M593 - Acceleration items // M593 - Acceleration items
#if ENABLED(SHAPING_MENU) #if ENABLED(SHAPING_MENU)
SUBMENU(MSG_INPUT_SHAPING, menu_advanced_input_shaping); if (!is_busy) SUBMENU(MSG_INPUT_SHAPING, menu_advanced_input_shaping);
#endif #endif
#if HAS_CLASSIC_JERK #if HAS_CLASSIC_JERK