terjeio / ioSender

A GCode Sender for Grbl and grblHAL written in C# (Windows only).
BSD 3-Clause "New" or "Revised" License
207 stars 65 forks source link

Does ioSender work with Fluidnc ? #284

Closed RDS356 closed 1 year ago

RDS356 commented 1 year ago

Just a doubt, Does it work with Fluidnc ? I did a little test, but I could see that the jog works only in imperial mode. So I stopped the tests. Regards, Reinaldo de Souza

terjeio commented 1 year ago

AFAIK it is not Grbl compatible when it comes to settings handling - of which several are read on startup to configure the sender. So the sender will likely not work as it should. A possible workaround is to use the grblHAL ESP32 driver instead.

RDS356 commented 1 year ago

Ok, thank you. I will try with grblhal esp32.