mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-12-02 08:09:36 +00:00
🚸 Edit IS frequency while moving (#27248)
This commit is contained in:
parent
3385b4c280
commit
2b9a62093a
@ -700,7 +700,7 @@ void menu_advanced_settings() {
|
|||||||
|
|
||||||
// M593 - Acceleration items
|
// M593 - Acceleration items
|
||||||
#if ENABLED(SHAPING_MENU)
|
#if ENABLED(SHAPING_MENU)
|
||||||
if (!is_busy) SUBMENU(MSG_INPUT_SHAPING, menu_advanced_input_shaping);
|
SUBMENU(MSG_INPUT_SHAPING, menu_advanced_input_shaping);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(CLASSIC_JERK)
|
#if ENABLED(CLASSIC_JERK)
|
||||||
|
Loading…
Reference in New Issue
Block a user