Skip to content

Commit

Permalink
redundant
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Aug 17, 2024
1 parent e440ca3 commit ca12cee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Marlin/src/module/ft_motion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ void FTMotion::loop() {
if (sts_stepperBusy) return; // Wait until motion buffers are emptied
discard_planner_block_protected();
reset();
blockProcRdy = false; // Set queueing to look for next block.
stepper.abort_current_block = false; // Abort finished.
}

Expand Down

0 comments on commit ca12cee

Please sign in to comment.