mecamira / dxf2gcode

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

G73 for points #50

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

* Add tool type directive, values something like "endmill, drill, ..."  

        [[8]]
        diameter = 2.6
        speed = 6000
        type = drill

For "points" use G73 cycle, R=workpiece top, Q=infeed depth (must be positive 
value!), F=speed, Z=final depth. 

* Restrict to use drill tools for milling, but allow milling tools to used for 
drilling. Also tool offset shall be restricted for points.

Original issue reported on code.google.com by huuhaati...@gmail.com on 29 Jun 2014 at 7:37

GoogleCodeExporter commented 9 years ago
Robert Needs to decide if this improvement can be implemented.
regards Christian 

Original comment by christian.kohloeffel on 4 Feb 2015 at 1:25

GoogleCodeExporter commented 9 years ago
Using G73 was in my head at the time when I was adding support for Drilling but 
something did not work the way I wanted at that time.

When I have some spare time, I will look into it.

Original comment by r.lichte...@gmail.com on 4 Feb 2015 at 2:42