🩹 Fix FT_MOTION_MENU lambda (#27401)
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user