CAM: What affects tool path precision?
CAM: What affects tool path precision?
(OP)
What would cause NX to give me a .0002 taper on a horizontal path?
I've checked my model. The sketch curves creating the diameter are constrained horizontally, and the diameter at each end is Ø.6275. However, in my posted code the tool path starts at Ø0.6276 and ends at Ø0.6274.
Here's the operation in question:
N60(FINISH_.6725)
G00T0404
(DNMG331-PP IC908)
(DDJNR163D)
G50S1000
G96M03S400
M08
Z0.1
X1.
Z-1.806
X0.6726
G01X0.6724Z-2.7346F.005
G00X1.
Z0.1
X12.
Z2.
M09
M00
The model is properly aligned with the MCS.
I've checked my model. The sketch curves creating the diameter are constrained horizontally, and the diameter at each end is Ø.6275. However, in my posted code the tool path starts at Ø0.6276 and ends at Ø0.6274.
Here's the operation in question:
N60(FINISH_.6725)
G00T0404
(DNMG331-PP IC908)
(DDJNR163D)
G50S1000
G96M03S400
M08
Z0.1
X1.
Z-1.806
X0.6726
G01X0.6724Z-2.7346F.005
G00X1.
Z0.1
X12.
Z2.
M09
M00
The model is properly aligned with the MCS.





RE: CAM: What affects tool path precision?
The taper was happening because Allow Undercut was toggled ON. (Path Settings > Cutting Parameters > Strategy tab > Cutting).
Why the taper on a horizontal path? I have no idea. In any event, toggling Allow Undercut OFF got rid of the taper for me.
One problem solved, but now my code was giving the path .0001 undersized. The coded path was X0.6724, but the diameter of the part was actually Ø0.6725. That was corrected by changing the Linear Motion Resolution of the post in Post Builder to .00005 (from .0001).
RE: CAM: What affects tool path precision?
nx7.5
CNC Programmer
RE: CAM: What affects tool path precision?