You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stops a stepper motor. Results in STEPPER_MOVE_COMPLETE being sent to the client with the position of the motor when stop is completed note: If an acceleration is set, stop will not be immediate.
I have acceleration enabled and it works since motor start up is smooth. However, sending STOP command results in abrupt stop which can result mechanical damage due to inertia. How to fix this? Latest configurable firmata on Arduino Due, installed via IDE. Thanks in advance.
Hi !
According to documentation:
Stops a stepper motor. Results in STEPPER_MOVE_COMPLETE being sent to the client with the position of the motor when stop is completed note: If an acceleration is set, stop will not be immediate.
I have acceleration enabled and it works since motor start up is smooth. However, sending STOP command results in abrupt stop which can result mechanical damage due to inertia. How to fix this? Latest configurable firmata on Arduino Due, installed via IDE. Thanks in advance.
The text was updated successfully, but these errors were encountered: