Will Winder
Will Winder
If I'm understanding correctly, these are the options you're choosing between: 1) New "replace with" field in table, this defaults to an empty string for backwards compatibility (removal) and can...
Writing some tests is probably the easiest way to debug this. I don't think the pattern processor has any tests, but you can use one of the other files here...
I believe the processors are loaded when you open a gcode file. We should probably reload the gcode file if the processor config changes, but I don't think it happens...
Try adding the startup string: https://github.com/winder/Universal-G-Code-Sender/blob/50e4bc471c1de429324a2e4e076411ea14bf74b6/ugs-core/src/com/willwinder/universalgcodesender/GrblUtils.java#L82 On Sat, Mar 13, 2021, 6:49 AM mron ***@***.***> wrote: > I have a version of Marlin which supports GRBL single letter commands "!"...
You might be able to put something like `F100` in the console (or your gcode file) to make sure the feed rate has been set
I updated the existing Z probe button tonight. Since the X/Y probing didn't work I replaced that setting with a retract field. There's also a surprise between the initial probe...
I've been spending a lot of time working on re-designing the advanced probe page. My first attempt pretty much copied the [design in Mach4](https://youtu.be/pQGnV85Cu_A?t=264), but I wasn't happy with how...
If you used the auto update feature you might need to select a new module. I moved the probe features to a separate one. On Wed, Sep 27, 2017 at...
@Radiu could you make some specific suggestions? For this iteration I decided against modal dialogs like rabbit and static dialogs like Mach4, opting for a more dynamic representation in the...
@vMeph The probe module might not be installed, is it listed under "Available Plugins"?