Thanks Hood but I have done that. We have several CNC's at work and we use Mastercam. I talked to the CNC Supervisor and he verified that I set the cutter compensation properly but when I import the DXF into Mach 3 the line showing the G code for the cutter is gone.
Here are the first few lines from the Mastercam NC file.
%
O0000(LICENSE PLATE 5 - COPY)
(DATE=DD-MM-YY - 17-08-12 TIME=HH:MM - 19:03)
(MCX FILE - C:\USERS\DAN\DESKTOP\DRAWINGS\***************************X - COPY.MCX-5)
(NC FILE - C:\USERS\DAN\DOCUMENTS\MY MCAMX5\ROUTER\NC\*************************** - COPY.NC)
(MATERIAL - WOOD INCH)
( T1 | 1/8 STRAIGHT BIT | H1 )
N100 G17 G20 G90 G40 G80 G64 G49 G0 M05
N102 G8 P1
N104 G90 M05 Z0
N106 G52 X0. Y0. Z0.
N108 T1 M6
N110 G0 G90 G54 X.375 Y6.3125 C0.
N112 S18000 M3
N114 G43 H1 Z.25
N116 Z.1
N118 G1 Z0. F100.
And here is the same file after importing it into Mach 3:
(*************************** 5 )
(Tuesday, August 14, 2012)
G90G80G49
G0 Z0.200
G90.1
S0
G0 Z0.200
G0 X0.5000 Y0.0000
F1.000 G1 Z-0.090
I edited the Mach 3 file after importing it. The only values I changed were the Z values. Initially it had Z traveling up to +1.000 when moving so I changed that to +0.200 for time saving and the Z down was 0.000. I set my material surface to 0.000 so I manually changed that value to the thickness of my material, -0.090.
I am looking through the Mastercam manual now to see if I missed something but according to my source at work it is fine. BTW-I don't run the CNC's at work, I only ix the computers and network
