Stig-Rune
Stig-Rune
#### Description I often zero on a work piece by touching off on one side, zeroing the axis, then jogging to the opposite side and touching off there. Then I...
Add a built-in function to the grblController to check if a number is within tolerance in a macro.
Add a built-in function to check if a number is within tolerance, and pause if not. Had to refactor the datafilters a bit to make it output properly, but I...
### **User description** The purpose of this is to allow running a macro instead of having to copy gcode into the event dialog. I use this with a custom event...
Taking inspiration from named ngc-parameters, I have added experimental support for string registers. These can currently only be used to insert the text from the registers into messages to the...
Small change to allow writing `return #5070` instead of `return [#5070]` and similar. Still allows the old way of returning only using expressions, but I find this syntax less error-prone....