you don't need to use the MultiStepper class to use multiple stepper motors. You need to use only MultiStepper if you want to synchonize movements of multiple steppers.
The MultiStepper example uses the MultiStepper class. You should check out the MultipleSteppers example instead, which moves multiple steppers independently of each other.
On Saturday, August 4, 2018 at 12:53:02 AM UTC+2, aymane dakil wrote:
From multistepper class documentation :
This class can manage multiple AccelSteppers (up to MULTISTEPPER_MAX_STEPPERS = 10), and cause them all to move to selected positions at such a (constant) speed that they all arrive at their target position at the same time.
So its not working for me because my motors don't reach their target position in the same time