5ocworkshop

Results 29 comments of 5ocworkshop

On a semi-related note, as this is the first time I'm bulit an image since you added my status-light plugin to your plugins.h, I was able to add that trivially...

Ah yes, I had to disable my VFD and MODBUS plugins in order to get the keypad.c to enable. I just put VFD and MODBUS back and get the following...

My apologies, I had to duck out when this first happeened. It is clear where the issue is - line 125 of driver.c and I was able to temporary resolve...

The cobwebs are leaving my brain. The issue is that there is currently no mechanism for having more than one additional UART, correct? So it seems we need a concept...

I am looking through modbus.c and trying to determine if I can use MODBUS-SERIAL_PORT as the alternate way to tell it to user UART1 just for modbus traffic but it...

> > but it seems like maybe multiple parallel UARTs aren't fully added yet? > > Yes and no... I have recently added support in the core for registering and...

PS: I realized that if the hole had a solid bottom of a known thickness then Z could also be calcuated from within the circle as well, making corner finding...

Great, I'll take a look, thank you.

I think it is positive to support the structure that LinuxCNC supports, but also that should be a subset of the macro capability as it is limited and a model...

> > I see in the code there is support for Aux Inputs, I want to know what would be the case where I would need an Aux input in...