Description
Hello,
[ Don't hesitate to remove this if it's too dumb of a question ]
I'm almost 100% successful using your lib to drive 5 steppers from an ESP32 board.
But i'm wondering if i'm using this lib the right way in my situation... any guidance is welcome.
So, every 1/30 sec i give to all five steppers a new set of frequency and MoveTo position ( that are precalculated to fit the needs ).
This work quit correctly but still i have two issues i don't really know how to deal.
-
I have to set the acceleration to 1000000 as it seems the only way to get a linear motion but i'm really not confortable with this as i've no clue exactly how it behave ( and probably cost some process time for no reason).
-
I found it difficult to ensure smooth motion between frames (when the input values come from a smooth animation) as the MoveTo will have tendency to stop (yes i know it's a normal behavior ;) ).
So i can totally live with the current results i have but i can't stop thinking i may have choosen the wrong path here from the begining...
Again, don't hesitate to close/erase this if not clear or too dumb. i can share more details if needed but i think the above description should be enough.
Regards