drawing (DXF) to gcode (NGC) converter
.. | ||
---|---|---|
.gitignore | initial version, DXFs can be read, some G-code can be produced | 2013-01-20 20:53:53 |
circle_ellipse.dxf | implement finer approximation for circles and arcs on import, implement import of ellipses | 2013-01-29 23:06:23 |
circle_ellipse.txt | implement finer approximation for circles and arcs on import, implement import of ellipses | 2013-01-29 23:06:23 |
gear.dxf | another example file: gear | 2013-01-28 21:26:51 |
gear.txt | another example file: gear | 2013-01-28 21:26:51 |
logo.dxf | logo example | 2013-05-20 13:06:25 |
logo.txt | logo example | 2013-05-20 13:06:25 |
millme.dxf | implement outer polygon offset and cutting outside contour | 2013-01-28 21:04:35 |
millme.txt | add support for cutting a layer path-by-path (i.e. each path all the way down, then next path) | 2013-04-22 20:33:49 |