nraynaud / webgcode

Online G-Code simulator, controller code for STM32F4-Discovery and google chrome extension to send the code to it.
http://nraynaud.github.io/webgcode/webapp/visucamTest.html#/
Other
373 stars 162 forks source link

Feature Request: Support for G2/G3 full circles with P codes #38

Open kimstik opened 2 years ago

kimstik commented 2 years ago
G21 G90 G17
G0 X0 Y10 Z0
G2 Z-10 I0 J-10 P2

Two turns helix expected..