Skip to content

Commit

Permalink
Fix issue laurb9#53.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruiyao committed Oct 1, 2018
1 parent 34d5d56 commit 971c66d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/SyncDriver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ void SyncDriver::startMove(long steps1, long steps2, long steps3){
* Initialize state for all active motors
*/
FOREACH_MOTOR(
if (steps[i]){
motors[i]->startMove(steps[i]);
};
event_timers[i] = 0;
);
ready = false;
Expand Down

0 comments on commit 971c66d

Please sign in to comment.