A daemon macro framework for RepRapFirmware v3.6+, which helps to implement RS485 Spindle Control, Monitoring and Feedback across different VFD types.
- Download from the RELEASES page, not the code view
- Upload the Zip to the system -> files tab in DWC. Do NOT unzip the file locally before upload
- Add
M98 P"arborctl.g"to the end of yourconfig.gfile.- Your spindle needs to be configured before the include. Make sure this has the correct pins defined (enable, direction, speed) even if these are not connected.
- Edit your
daemon.gfile to includearborctl-daemon.g. Checksys/daemon.g.examplefor hints on how to do this.
This is alpha and untested. Testing appreciated, but be careful.