Skip to content

Commit

Permalink
Already synchronized
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Jun 29, 2023
1 parent 03c0d83 commit 13a191e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Marlin/src/gcode/feature/ft_motion/M493.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -316,10 +316,7 @@ void GcodeSuite::M493() {
if (flag.update_n) fxdTiCtrl.refreshShapingN();
if (flag.update_a) fxdTiCtrl.updateShapingA();
#endif
if (flag.reset_ft) {
planner.synchronize();
fxdTiCtrl.reset();
}
if (flag.reset_ft) fxdTiCtrl.reset();
if (flag.report_h) say_shaping();

}
Expand Down

0 comments on commit 13a191e

Please sign in to comment.