OpenAstroTech / OpenAstroTracker-Firmware

Official firmware for the OpenAstroTracker.
https://wiki.openastrotech.com
MIT License
89 stars 61 forks source link

stepper motor minpulse width #238

Open hjoungjoo opened 8 months ago

hjoungjoo commented 8 months ago

Hello. I'm making an OAT. The firmware is up to date on the MKS Gen L V2.1 board. I'm going to use the motor as the Close loop motor I had. It works with the same input as A4988. So I tested it, but it didn't move, so I checked it. Result. Minimum pulse width is too small to be recognized. I tried to modify the source, but I don't know where to modify it.

Thank you for your help.

ClutchplateDude commented 1 month ago

We use libraries to drive the steppers. AccelStepper is a widespread library and I would be surprised if this is a problem. Did you #define NEW_STEPPER_LIB or not?