Results 118 comments of Will Winder

I haven't been working with these devices recently and have no plans to update the library. I would accept a PR that updates it if this pattern seems useful to...

You'll have to make sure the HTML you're generating is valid after template processing. In my application I opted to use this [form generator library](https://github.com/brutusin/json-forms) rather than managing the HTML...

Oh no. Thanks for the heads up, contacting jfrog again...

For a long time jfrog has been a convenient service that was provided for free because ugs is an open source project. In the past couple weeks it has been...

@J-Dunn jfrog is definitely an enterprise solution, in the artifact management space they are well known. For UGS, and the features we figured out how to use, it's overkill. If...

@J-Dunn let's let @breiler weigh in, but in the meantime... want to make a PR to update the links? :)

The problem is that in order to stop GRBL midstream UGS must issue a "reset" to clear out the buffered commands. A GRBL reset reverts the WCS back to a...

@carneeki Your `Remover` -> `Replacer` idea sounds like a great improvement, and a `Macro Expander` would be an interesting feature as well. I think we're only scratching the surface on...

If someone wants to take a stab at this, it's a great first project in UGS. The Processor interface is not very complicated and everything is configured with json files...

Hi Andy, this is a good first project. The processor system is fairly self contained, and has some good documentation: https://winder.github.io/ugs_website/dev/gcode_processor/ 1. Maybe a 3rd column can be added to...