DCC-EX / EX-Turntable

Turntable-EX is a new feature to control a stepper motor based turntable from DCC++ EX
GNU General Public License v3.0
6 stars 5 forks source link

Two pin stepper driver not rotating stepper during calibration #50

Closed peteGSX closed 2 years ago

peteGSX commented 2 years ago

During calibration, a NEMA17 connected to an A4988 driver does not rotate.

Simple fix, the stepper.enableOutputs() command is missing from the calibration sequence, not picked up with the ULN2003 as they enable automatically.

peteGSX commented 2 years ago

Reproduction is simple, initiate the calibration sequence and the stepper does not rotate.