Denvi / Candle

GRBL controller application with G-Code visualizer written in Qt.
GNU General Public License v3.0
1.37k stars 547 forks source link

G2/G3 P code support #562

Open kimstik opened 2 years ago

kimstik commented 2 years ago

Following simple code shows only one turn of helix:

G21 G90 G17
G0 X0 Y10 Z0
G2 Z-10 I0 J-10 P2

Two full turns was expected as per LinuxCNC. GRBL actually forces P=1 :(

image