prdatur / heekscnc

Automatically exported from code.google.com/p/heekscnc
Other
0 stars 0 forks source link

full circle arc moves look rough #102

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
An arc toolpath move is drawn with a fixed number of lines.
This makes it look rough, even though the nc output is ok.

Original issue reported on code.google.com by danhe...@gmail.com on 8 Jun 2009 at 3:54

GoogleCodeExporter commented 8 years ago
Added 'arc_interpolation_count' to determine how many points are used when
interpolating an arc during the glCommands() drawing.

Original comment by David.Ni...@gmail.com on 11 Sep 2009 at 12:03