How to shut power off for a servo
-
I have a servo defined by an M950 command. After executing the M950 command, the servo is not yet powered. When executing an M280 command, power is sent to the servo. How do I turn the power back off? The LED indicator on the duex board remains lit.
-
@generisi sending M42 P# S0 should do it, where # is the GpOut port number.
-
@dc42 Thank you!