Tapping Cycle is outputting wrong code, all operations are posting with tool break detection without the option to remove. Please help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I recently started editing a post processor for a Mazak with A axis rotary table. Most of the changes I made seem to be ok, however I am experiencing a few issues.
First, the tapping with chip breaking cycle is outputting the code as follows:
(10-32 STI CUTTING TAP)
M1
G90
T18 M6
T28
S800 M3
G59
A0.
M8
G0 X2.3 Y-1.9
G43 Z1. H18
G0 Z0.1
G98 G95 G84 X2.3 Y-1.9 Z-0.9 R0.1 P0 Q0.2 F0.0312
G73 X2.3 Y-1.9 Z-0.9 R0.1 Q0.2 F25. K0.25 ***** (I NEED THIS LINE OF CODE REMOVED) *****
Y-0.9
Y0.9
Y1.9
X5.03
Y0.9
Y-0.9
Y-1.9
G80 G94
G0 Z1.
M9 *****(This Line and the line below are being added to every tool, I would like the option for tool break detection)*****
M350 *****(This is the M code for tool break detection) I'm not sure why every tool is automatically using this*****
M5
G53 Z0.
M152
M30
My modified post processor is attached below. Thank you.