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
Is your feature request related to a problem? Please describe.
The Output Config Display tab for stepper motor configuration is unclear about what are the units of the three parameters required to configure the stepper motor. Namely: Full revolution, Speed and Acceleration.
Describe the solution you'd like
Clear definition of the units in the window labels. Without units, how can a user set the speed of the stepper to exactly 100 rpm. Trial and error seems to be the only way currently.
Describe alternatives you've considered
Nothing is currently specified, so saying speed of 800 with acceleration of 1200 is meaningless.
Additional context
None
The text was updated successfully, but these errors were encountered:
acceleration - The desired acceleration in steps per second per second. speed - The desired constant speed in steps per second. Positive is clockwise. Speeds of more than 1000 steps per second are unreliable.
But need to check the code if the parameters in MobiFlight stepper config are mapped 1:1 to the stepper library.
Is your feature request related to a problem? Please describe.
The Output Config Display tab for stepper motor configuration is unclear about what are the units of the three parameters required to configure the stepper motor. Namely: Full revolution, Speed and Acceleration.
Describe the solution you'd like
Clear definition of the units in the window labels. Without units, how can a user set the speed of the stepper to exactly 100 rpm. Trial and error seems to be the only way currently.
Describe alternatives you've considered
Nothing is currently specified, so saying speed of 800 with acceleration of 1200 is meaningless.
Additional context
None
The text was updated successfully, but these errors were encountered: