svenhb / GRBL-Plotter

A GCode sender (not only for lasers or plotters) for up to two GRBL controller. SVG, DXF, HPGL import. 6 axis DRO.
https://grbl-plotter.de/
GNU General Public License v3.0
663 stars 175 forks source link

Cutting a circle with a tangential knife did not work properly. #276

Closed qulet closed 2 years ago

qulet commented 2 years ago

Firmwaere GRBLLPC Kolo The G-code simulation works properly the knife is positioned tangentially during the movement. G-gode Streaming is not working properly. The knife travels in a circle without tangential positioning. After the circle is drawn, the A axis begins to move For a rectangle, the tangential knife function works fine in Simulation and Streaming. [lastProcessed.zip](https://github.com/svenhb/GRBL-Plotter/files/8429540/lastProcessed_.zip)

svenhb commented 2 years ago

That is strange, because the code is right: circle and A-axis command are within the same command line and will be processed at the same time. I assume something is wrong with your firmware. image

svenhb commented 2 years ago

If you can't find the problem, you may try "avoid G2/G3 commands": image

qulet commented 2 years ago

Thank you for your answer! I'll check Avoid G2 / 3 commands.

svenhb commented 2 years ago

I hope it is working now