0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-22 09:42:34 +00:00

🩹 Fix FT_MOTION_MENU lambda (#27401)

This commit is contained in:
marbocub 2024-09-04 04:38:04 +09:00 committed by GitHub
parent 7cd56a57f9
commit 76a7ab6893
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -434,7 +434,7 @@ void menu_move() {
bool show_state = c.active;
EDIT_ITEM(bool, MSG_FIXED_TIME_MOTION, &show_state, []{
c.active ^= true;
ftMotion.cfg.active ^= true;
ftMotion.update_shaping_params();
});