Skip to content

Commit 76a7ab6

Browse files
authored
🩹 Fix FT_MOTION_MENU lambda (#27401)
1 parent 7cd56a5 commit 76a7ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Marlin/src/lcd/menu/menu_motion.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ void menu_move() {
434434

435435
bool show_state = c.active;
436436
EDIT_ITEM(bool, MSG_FIXED_TIME_MOTION, &show_state, []{
437-
c.active ^= true;
437+
ftMotion.cfg.active ^= true;
438438
ftMotion.update_shaping_params();
439439
});
440440

0 commit comments

Comments
 (0)