Sakati84 / 3DPrintColorizer

Software & Hardware to do multi color printing with Sharpies
GNU General Public License v3.0
429 stars 56 forks source link

No support for G2/G3 codes. #3

Open FlyMyPG opened 3 years ago

FlyMyPG commented 3 years ago

I use ArcWelder, which detects arcs made from a sequence of G0/G1 codes and converts the entire sequence to a single G2/G3 code. It makes highly-detailed STLs print faster and better, especially on 8-bit controllers.

I'm planning to adapt the project to the Sidewinder X1 v4, so I may code this myself if you don't beat me to it!

FlyMyPG commented 3 years ago

Doh! I could just ensure ArcWelder runs after PenColorizer.

Please close this issue if you agree.

Perhaps a check for G2/G3 to throw an error would be useful...