- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Have an older (1994) Miltronics Partner 1. Any time I do a drilling cycle (drilling, tapping, deep drilling etc) with multiple holes of the same diameter I have to manually edit the post so that each hole coordinate has the appropriate gcode in front of it. If I do not it will drill the first hole and then rapid over without retracting to the next location, breaking the tool.
Here is an example of what the current post outputs on a simple 4 hole example.
...
N11 G98 G81 X-0.85 Y0.6 Z-0.54 R0.16 F22.9
N12 X0.05
N13 Y-0.5
N14 X-0.85
N15 G80
That needs to be manually changed to this
N11 G98 G81 X-0.85 Y0.6 Z-0.54 R0.16 F22.9
N12 G81 X0.05
N13 G81 Y-0.5
N14 G81 X-0.85
N15 G80
While not too much of an issue I have a job with 700 holes coming up and I don't want to have to manually enter that for all of them. Is there something wrong with the post, or what can be modified sot hat for drilling cycles it puts the gcode in front of each x/y coordinate? I've attached the post as well as the nc file.
Solved! Go to Solution.
