CNC Probing Interface
-
It would be nice to have a small window with probing options. Maybe buttons for probe X, Probe Y, Probe Z (with offset capability) and set work coordinates. In addition, macros for each that the buttons call to perform the task. Would be nice to be able to call the macros during run as part of gcode file or use them manually
-
Macros in the job are
M98 P"/macro/whatever.g"
in the job gcode.GUI for CNC? We need somebody to write one. The APIs are documented. So far, no one has been motivated enough to do so. You can provide some facility today by writing macros, and clicking on them in the dashboard. Like "probeZ.g" or whatever.
-
Ooznest has a modified DuetWebControl for the Workbee: https://learn.ooznest.co.uk/Guide/How+To+Use+WorkBee+Control/22
Source repository: https://github.com/lockryan/DuetWebControl/tree/workbeecontrol