bdring
bdring
Need to remember that g91 moves can accumulate rounding errors
I guess there are 2 parts to this. Character bandwidth and planer optimization. My idea only addresses the first. We are probably less sensitive than Smoothie with the planner.
We need to be compatible with the laser software, so it needs a protocol.
Can the laser software encode the speeds, directions, pixel size, etc in the file? The example file in this thread includes cut and engrave in the same file.
Could the new format be treated as raster lines? We could allow more than the current lightburn max.
Please show the console responses, when you send M3.
I have a setup that works. If you send M3 without getting an arc ok signal you get this, with a 1200 ms delay after M3. ``` Grbl 3.9 [FluidNC...
- Did you compile from the PlasmSpindle branch? - Did you use Git to pull the code?
- How are you triggering the arc_ok signal during these tests? It might be trigger all the time. - Is the LED for io.14 going on? Depending how you compile,...
I have a comment in the code that we probably want to check the state of the arc_ok before turning on the plasma. I think I will add code for...