I finally have my machine up and running… Woo Hoo!
I want to be able to use the spindle output to switch the spindle on and off at various points during a project. However, I’m not sure how to make it go.
I’m using a custom shield on an Arduino Due running G2 Core and talking to Chilipeppr. The spindle enable line is plumbed into the default pin on the Arm chip, as in the setup for the Due.
But how do I access the spindle enable function? Is it as simple as sending an M3/M4 command via chilipepr?