Welcome! Log In Create A New Profile

Advanced

Where are the Gcode Circle Commands?

Posted by isometrik 
Where are the Gcode Circle Commands?
July 12, 2011 03:11PM
I have attempted to convert a few stl files to gcode using the RepRap host software only to discover that no circle commands are implemented in the gcode that the software produces. It appears as if all the movements are specified using g1 (controlled move) command. From what I understand this move is strictly linear, yet the stl file has circular components. Also, the page on the RepRap wiki describing all of the gcode commands has no mention of any circular motion command.

Am I missing something? Any help would be greatly appreciated.
Re: Where are the Gcode Circle Commands?
July 12, 2011 04:47PM
STL files only have surfaces made from triangles, so when you slice them you only get straight lines. Circles are just polygons with about 32 sides.


[www.hydraraptor.blogspot.com]
Re: Where are the Gcode Circle Commands?
December 09, 2011 06:41AM
Marlin firmware and Slic3r support G2 and G3 commands for native arcs.
Re: Where are the Gcode Circle Commands?
December 09, 2011 07:21AM
Sound Wrote:
-------------------------------------------------------
> Marlin firmware and Slic3r support G2 and G3
> commands for native arcs.


Interesting ! How does Slic3r decide what is an arc, given the stl file only carries straights ? Does it interpolate ?
Sorry, only registered users may post in this forum.

Click here to login