Optional firmware other than RRF
-
@dc42 WRT alternative firmware comments, it would seem the maturity of mach3/mach4 would be a good base to run on the Duet3d hardware motion control as it has a mature library of gcode capabilities. I am an early owner of a multi axis CNC milling machine running RRF and it has been fraught with numerous issues. Real-time display in essential for CNC machining ideally combined with a display of line-by-line readout of active gcode, as the speed thing happen with CNC things can get wrecked quickly. "RRF 3.4.x support G60, did you mean G68: Coordinate rotation?
@dc42 said in Optional firmware other than RRF:
Separately we have plans to make it easier to customise DWC to provide additional or alternative UI features.
The ideal would be able to access the methods exposed by the REST api so that new pages can be custom developed (e.g. CSS, jscript, HTML).
-
@JuKu In my post I've added so the motors don't idle. At the end of the program I change it back to default.
-
@fishgrog Our software stack is fully open-source so you can already modify DWC as you like (see here provided you can get into Vue 2).
HTTP calls in standalone and SBC are documented as well, see here for standalone and here for SBC mode. DSF v3.5 will support compatibility for standalone HTTP calls, too.