Haas GR512 post processor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a couple changes I'd like to make to our post. We are currently using the Haas Pre-NGC mill post. I have attached what is currently being output.
At the top I'd like N20 line to post so it does a move to Z4.0 then a move to Y0.0 (it is important that the Z move happens before the Y move:
N20 G53 G0 Z0.
At the beginning of any operation I'd like the Z move to post before the first X/Y move, so the lines below would be swapped:
N45 G0 X-71.225 Y-1.72
N50 G43 Z1.85 H4
Then at the end of each operation that is followed by a tool change I'd like the line to post as the comment next to it below:
N120 G53 G0 Z0. (N120 G53 G0 Y0.)
And finally at the end of the file I'd like to take out any Z move (since it will already be at a safe place from the clearance plane of the last operation) and just have the last line to post as the comment next to it below:
N460 G53 G0 Z0.N465 G53 G0 X0. Y0. (N465 G53 G0 Y-30. X0.)
Thanks for any help.
