CheapStepper icon indicating copy to clipboard operation
CheapStepper copied to clipboard

Make non-blocking moves actually non-blocking and fix rpm

Open Smeat opened this issue 4 years ago • 0 comments

By having the delay in the seq function we also get a delay when calling the run method. Since we waited for delayµs , and then set lastStepTime the rpm was also halved.

This adds a "blocking" parameter to the step methods with the default set to true to retain the old behaviour

Smeat avatar Apr 24 '20 17:04 Smeat