Hi!
I'm using the setTargetPosition() to control two different motors. I was wondering how to change velocity and acceleration for these movements, and if the motors can have different speeds.
Thanks!
Code: Select all
stepper1.setAcceleration(10000)
stepper2.setAcceleration(5000)
stepper1.setVelocityLimit(10000)
stepper1.setVelocityLimit(15000)
Users browsing this forum: No registered users and 1 guest