I had a question, so I thought I would ask ChatGPT, to see what it said. Here is its reply:
Here is what I see in intercon, using the 15mm Chamfer.lth file that was provided on the forum. There were a lot of movements accross the face of the bar. I don't know why?
ChatGPT said:
Thanks for sharing the screenshots — they clearly show how the Intercon profile was built. You're right to question the multiple passes across the face of the part; here's what’s happening and why:

Why you're seeing multiple face passes:
The extra moves across the face (Z = 0 area) are due to the way the Profile and Finish Pass blocks are defined:
In your program, the taper section starts at Z = -1.5 mm and goes all the way back to Z = 0 mm, finishing at X = -0.2 mm.
But the Profile Start is set to Z = +0.5 mm, and the Profile End is also Z = +0.5 mm.
This causes Intercon to machine everything between Z = 0.5 and your contour — and that includes redundant cleanup facing passes across the flat face of the bar.

How to fix it:
To eliminate the unnecessary facing passes, you can:
Option A: Shift the Profile Start Z down
Change Profile Start Z from 0.5 to 0.0 — so the profile operation begins flush with the part face.
Likewise, adjust Profile End Z to 0.0.
This will:
Stop Intercon from clearing "extra stock" between 0.5 mm and 0.0 mm (which doesn’t exist).
Avoid generating toolpaths across the part face.

Suggested Parameters
Update the Profile Cycle (N0002 and N0008) like this:
Start Z: → 0.0
Start X: → 16.0
Leave Depth of Cut, feedrate, and spindle speed as-is unless you're optimizing.
Also double-check that:
You don’t have a Finish Pass or redundant Linear segment at Z=0 unless needed.
If you want to retain a chamfer, the taper segment should start at Z = 0 and end at Z = -1.5.

Optional Enhancements
If you're doing just a single chamfer and cleanup isn't needed elsewhere:
You could remove the Finish Pass block entirely (N0007).
Limit the profile to only cut the taper portion.
Let me know when you try it — and yes, if you document your final solution, it would be very valuable for others in the Acorn/Intercon community too.