Lathe Profiles

All things related to the Centroid Acorn CNC Controller

Moderator: cnckeith

dmbgo
Posts: 556
Joined: Sat Aug 15, 2020 9:21 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 0035FF8A7F34-0730203594
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Bendigo Vic Australia
Contact:

Lathe Profiles

Post by dmbgo »

I haven't gotten my head around profiles, but I thought I'd have yet another try on my lathe. I thought I'd start easy and am trying to put a 45 degree chamfer for a distance of 1.5mm on the end of a 15mm diameter rod. Every time I enter, what I think are the correct dimensions into intercon, I get a backwards chamfer in the graph. What I want is a chamfer that has a 12mm diameter at Z0 and tapers at 45 degrees to Z-1.5mm, where it has the same diameter as the rest of the rod. Instead I get a taper that has a 15mm starting diameter at Z0 and finishes at X12mm, at Z-1.5mm. I have tried various combinations of settings without success.


dmbgo
Posts: 556
Joined: Sat Aug 15, 2020 9:21 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 0035FF8A7F34-0730203594
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Bendigo Vic Australia
Contact:

Re: Profiles

Post by dmbgo »

I just received an email saying that tblough had replied and offered some help, but it's not here?


dmbgo
Posts: 556
Joined: Sat Aug 15, 2020 9:21 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 0035FF8A7F34-0730203594
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Bendigo Vic Australia
Contact:

Re: Profiles

Post by dmbgo »

Actually, I can now see one mistake I've made, I should have the profile taking only 1.5mm off the X direction, not 3mm, so it would finish at 13.5mm in X, not 12mm. I'll try that tomorrow, but I suspect it wont solve the problem.


tblough
Community Expert
Posts: 3542
Joined: Tue Mar 22, 2016 10:03 am
Acorn CNC Controller: Yes
Allin1DC CNC Controller: Yes
Oak CNC controller: Yes
CNC Control System Serial Number: 100505
100327
102696
103432
7804732B977B-0624192192
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Boston, MA
Contact:

Re: Profiles

Post by tblough »

If you'd posted the Intercon .lth file we could see where you are going wrong and offer some guidance. Without that, here's the way I would approach the problem:
Capture.JPG
Capture2.JPG
Attachments
15mm Chamfer.lth
(1.33 KiB) Downloaded 2 times
Cheers,

Tom
Confidence is the feeling you have before you fully understand the situation.
I have CDO. It's like OCD, but the letters are where they should be.


suntravel
Community Expert
Posts: 3658
Joined: Thu Sep 23, 2021 3:49 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 6433DB0446C1-08115074
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Germany

Re: Profiles

Post by suntravel »

Yeah with the .icn file it would be better to locate the problem.

Uwe


dmbgo
Posts: 556
Joined: Sat Aug 15, 2020 9:21 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 0035FF8A7F34-0730203594
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Bendigo Vic Australia
Contact:

Re: Profiles

Post by dmbgo »

chamfer.lth
(793 Bytes) Downloaded 1 time
Sorry for not posting my efforts at creating a taper - I'm my own worst enemy. Here it is attached now, although a bit late :).


dmbgo
Posts: 556
Joined: Sat Aug 15, 2020 9:21 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 0035FF8A7F34-0730203594
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Bendigo Vic Australia
Contact:

Re: Profiles

Post by dmbgo »

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.


suntravel
Community Expert
Posts: 3658
Joined: Thu Sep 23, 2021 3:49 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 6433DB0446C1-08115074
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Germany

Re: Profiles

Post by suntravel »

There was the line missing to tell the CNC where to start...

Uwe
Attachments
chamfer.lth
(984 Bytes) Downloaded 1 time


tblough
Community Expert
Posts: 3542
Joined: Tue Mar 22, 2016 10:03 am
Acorn CNC Controller: Yes
Allin1DC CNC Controller: Yes
Oak CNC controller: Yes
CNC Control System Serial Number: 100505
100327
102696
103432
7804732B977B-0624192192
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Boston, MA
Contact:

Re: Profiles

Post by tblough »

FYI, the finish cut has nothing to do with it. The,face passes are included because I programmed a feedrate move from 12mm to -0.2mm diameter. Delete line,6 and they will go away. ChatGPT is worth exactly what you paid for it. If you remove the finish pass, the face cuts will remain since they are part of the roughing. You also don't want to start on your surface. Switching from Z0.5 to Z0 will result in chipped carbide, since the control RAPIDS from the return position, to the first point in your program.

I programed a face cut because that's how I would normally handle cleaning up and chamfering a bar end.
Cheers,

Tom
Confidence is the feeling you have before you fully understand the situation.
I have CDO. It's like OCD, but the letters are where they should be.


dmbgo
Posts: 556
Joined: Sat Aug 15, 2020 9:21 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 0035FF8A7F34-0730203594
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Bendigo Vic Australia
Contact:

Re: Profiles

Post by dmbgo »

chamfer.lth
(1.33 KiB) Not downloaded yet
Tom, I have edited your 15mm Chamfer.lth file, to do exactly what I wanted, but I am wondering why your file was different? Here is my edited file.


Post Reply