1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-30 07:17:59 +00:00

🚸 Edit IS frequency while moving (#27248)

This commit is contained in:
Vovodroid 2024-07-09 03:03:20 +03:00 committed by GitHub
parent 3385b4c280
commit 2b9a62093a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)