Skip to content

Commit 63f39f5

Browse files
marbocubEvilGremlin
authored andcommitted
🩹 Fix FT_MOTION_MENU lambda (MarlinFirmware#27401)
1 parent a17135c commit 63f39f5

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)