Skip to content

Commit

Permalink
🩹 Fix FT_MOTION_MENU lambda (#27401)
Browse files Browse the repository at this point in the history
  • Loading branch information
marbocub authored Sep 3, 2024
1 parent 7cd56a5 commit 76a7ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/lcd/menu/menu_motion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
});

Expand Down

0 comments on commit 76a7ab6

Please sign in to comment.