AndyGlx / FullControl-GCode-Designer

Software for designing GCODE for 3D printing
GNU General Public License v3.0
530 stars 70 forks source link

Support for G2 & G3 #9

Open arifbalik opened 3 years ago

arifbalik commented 3 years ago

I've been doing some testing and realized that circle/arc moves are implemented with G1 command. For example in the Lattice example my printer can not reach a fluid motion while doing the arcs, maybe introducing G2 & G3 will solve the problem?

AndyGlx commented 3 years ago

Yes this is a limitation currently. It would be possible to edit the VBA to output a different GCode style and include G2 and similar. But I'm working on a python version that will allow such modifications much much more easily

SARankDirector-Minecraft commented 2 years ago

YAY!