Browse Source

Merge pull request #5205 from Sebastianv650/RCBugFix_stepperpatch

Remove useless line from stepper ISR
pull/1/head
Scott Lahteine 8 years ago
committed by GitHub
parent
commit
c488378532
  1. 1
      Marlin/stepper.cpp

1
Marlin/stepper.cpp

@ -343,7 +343,6 @@ void Stepper::isr() {
// Anything in the buffer?
current_block = planner.get_current_block();
if (current_block) {
SBI(current_block->flag, BLOCK_BIT_BUSY);
trapezoid_generator_reset();
// Initialize Bresenham counters to 1/2 the ceiling

Loading…
Cancel
Save