add an initial speed to move() so there is a speed set, default is 2mm/sec this gives...
authorJim Morris <morris@wolfman.com>
Mon, 17 Nov 2014 09:30:17 +0000 (01:30 -0800)
committerJim Morris <morris@wolfman.com>
Mon, 17 Nov 2014 09:30:17 +0000 (01:30 -0800)
commit6f6677fcf66aedd83a8823ed60c9388b6c5a67b3
treea60e82dd6d859300da34fe88d2484b575ad67438
parent755beef19bcc9be56929d5f620d5766918964acd
add an initial speed to move() so there is a speed set, default is 2mm/sec this gives the code time to set the real speed
protect against fx_counter going negative in case where speed is changed when fx_counter is less than the current counter (potential race condition)
src/libs/StepperMotor.cpp
src/libs/StepperMotor.h
src/modules/robot/Stepper.cpp
src/modules/tools/endstops/Endstops.cpp
src/modules/tools/extruder/Extruder.cpp
src/modules/tools/zprobe/ZProbe.cpp