I am playing with CNCsimulator, trying to program a part, but it is not doing what I expect for doing a finish pass in a slot I just cut. On the G41, X1.1873 Y-.6855 is supposed to be the "fake move" to engage cutter comp on the HAAS.

It is visually not doing the two linear moves just after the G41, then on the G03 it goes back to the points it skipped. In addition to the weird behavior, the cutter center is following the path I commanded, like G41 didn't work. I edited the Tool Offsets, and in the settings menu tried different combinations of the check boxes for using the tool registry and use tool D for offset.

Code:
G90 G00 X2.252 Y-1.3 (BEGIN CUTTING RIGHT SLOT)
G43 H02 Z1.
Z.1
G01 Z-.125 F26.
X1.1873 Y-.6855
X2.252 Y-1.3
Z-.25
X1.1873 Y-.6855
X2.252 Y-1.3
Z-.375
X1.1873 Y-.6855
X2.252 Y-1.3
Z-.45
X1.1873 Y-.6855
X2.252 Y-1.3
M01
G41 G01 D02 F13. X1.1873 Y-.6855
X1.0911 Y-.8522
X2.1554 Y-1.4667
G03 X2.3479 Y-1.1333 R.1925
G01 X1.2836 Y-.5188
G03 X1.0911 Y-.8522 R.1925
G01 X2.1554 Y-1.4667
G40 X2.252 Y-1.3
G00 Z1.


Similar Threads: