syue87 / GCodeAnalyser

Analyse your 3D printing G-Code to provide accurate information such as print time and average speed.
http://www.gcodeanalyser.com/
MIT License
62 stars 18 forks source link

[Feature Request] Implement support for G2/G3 #15

Open TodWulff opened 4 years ago

TodWulff commented 4 years ago

G2/G3 g-code preprocessing (https://github.com/FormerLurker/ArcWelderLib) is netting a substantive reduction in code size for models with an appreciable amount of arcs/circles. In looking at these, contrasted with some traditional non-preprocessed G0/G1 encoded models , it seems that GCA doesn't process the G2/G3 constructs properly.?.

https://i.imgur.com/XruIlpb.jpg G2/G3 on left, G0/G1 on right.

5axes commented 3 years ago

+1

jneilliii commented 3 years ago

+1

FormerLurker commented 3 years ago

@syue87, I likely have code that can be pretty easily modified to work with your analyzer. Check out this section I added to the Pretty Gcode Viewer.

Eliminateur commented 3 years ago

+1 from me too

tylerinpdx commented 3 years ago

+1