Stig-Rune
Stig-Rune
UpdateClaims adds new claims instead of updating existing ones in my case... EDIT: Aha, so update means "add some, delete some, but only when specified"... I thought it was a...
@MitchBradley Hm, I took one look at the shopfloor-tablet UI and discarded it for being too simplistic š I'll take a look, but my goal is still to have this...
@Billiam I agree that this is solvable with macros, it would just be nice to have it as an option in the context/dropdown menu on the axis in the Axes-widget...
seems like the node version I selected is not supported for the npm version. trying to find a better combination of versions :)
> @skasti I like the idea introduced in this PR. However, instead of having the user manually input a macro id or name in the UI, Iām considering implementing a...
Converted to draft as I got some bugs when I want to use parameters in strings š
> FYI `@` and `^` are used by LinuxCNC for [polar coordinates](http://linuxcnc.org/docs/stable/html/tr/gcode/overview.html#gcode:polar-coordinates) which I plan to add support for later... I'll take a closer look at this when I am...
Looks like ampesand (`&`) works, and I did not find any uses for it in grblHAL or gcode that this would interfere with š¤
> I've been pondering over this while going back and improving the whole parameters and expression implementation... While doing so I got a new idea for setting string registers, by...
This belongs in a discussion, but one thing I have thought a little about somehow making a "handler-system" where you would have the default handlers in grbl-core for everything that...