juanmf / StepperMotors

Python stepper motor library with customizable acceleration strategies and responsive, interruptible motor operations.
https://github.com/juanmf/StepperMotors
MIT License
18 stars 0 forks source link

Add latch to synchronizedNav so that several steppers start together #9

Closed juanmf closed 6 months ago

juanmf commented 6 months ago

Tested with last fix 2a5c284787c731613d45e75b1ae6cd909298818b: latch works MP with one or more child processes. latch does not check for number of grouped motors under synch navigation to be <= so user need to use a number that makes sense.