Tool Diameter Offsets or Better Method for Making Inlays
- Bumbino
- Offline
- New Member
Less
More
- Posts: 16
- Thank you received: 2
08 Sep 2022 23:17 #251525
by Bumbino
Tool Diameter Offsets or Better Method for Making Inlays was created by Bumbino
Hello All,
I made a 10mm x 12mm square pocket and a "matching" square cutout/contour. The pocket was more like 9.6 x 11.6 and the cutout more like 10.4 x 12.4. My end mill is 0.8mm. I went through a bunch of fussing with scaling inside of fusion to get the squares just right. Then moved on to a set of donuts with island applying the same scaling. It's a nightmare. Then if i do manage to get it just right I have a bunch more to do (not really but there are other things i'd like to use this technique for).
So over in the fusion forum a person is telling me to use the tool diameter offsets within linuxcnc. I can not find this anywhere. I've tried changing the tool diameter inside of the tool table, saved, reloaded and absolutely no change in the carve. I figured there wouldn't be but it was worth a shot. The only tool offset I can find anywhere is the length of the tool.
Thank you,
John
I made a 10mm x 12mm square pocket and a "matching" square cutout/contour. The pocket was more like 9.6 x 11.6 and the cutout more like 10.4 x 12.4. My end mill is 0.8mm. I went through a bunch of fussing with scaling inside of fusion to get the squares just right. Then moved on to a set of donuts with island applying the same scaling. It's a nightmare. Then if i do manage to get it just right I have a bunch more to do (not really but there are other things i'd like to use this technique for).
So over in the fusion forum a person is telling me to use the tool diameter offsets within linuxcnc. I can not find this anywhere. I've tried changing the tool diameter inside of the tool table, saved, reloaded and absolutely no change in the carve. I figured there wouldn't be but it was worth a shot. The only tool offset I can find anywhere is the length of the tool.
Thank you,
John
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19462
- Thank you received: 6529
08 Sep 2022 23:34 #251527
by tommylight
Replied by tommylight on topic Tool Diameter Offsets or Better Method for Making Inlays
Two ways:
1.set the CAM software to do the tool compensation so there is no need to do anything in LinuxCNC
2.set the CAM to export tool offset in gcode and make sure the tools in the tool table on the LinuxCNC side are correct.
Both have ups and downs, but i would use the LinuxCNC side of things, in case i run out of 0.8mm bits i can use 1mm bits and the only thing to change is the entry in the tool table. Otherwise it would require to use the CAM to output gcode compensated for the new 1mm tool.
Disclaimer, i do not have much experience with milling.
1.set the CAM software to do the tool compensation so there is no need to do anything in LinuxCNC
2.set the CAM to export tool offset in gcode and make sure the tools in the tool table on the LinuxCNC side are correct.
Both have ups and downs, but i would use the LinuxCNC side of things, in case i run out of 0.8mm bits i can use 1mm bits and the only thing to change is the entry in the tool table. Otherwise it would require to use the CAM to output gcode compensated for the new 1mm tool.
Disclaimer, i do not have much experience with milling.
The following user(s) said Thank You: Bumbino
Please Log in or Create an account to join the conversation.
- Bumbino
- Offline
- New Member
Less
More
- Posts: 16
- Thank you received: 2
08 Sep 2022 23:44 #251528
by Bumbino
Replied by Bumbino on topic Tool Diameter Offsets or Better Method for Making Inlays
So lie to fusion about the diameter sounds good to me and I'm sure i can find more happiness with that than with scaling. Trouble is changing the tool diameter for a single tool several times for two operations in the same setup... Not sure how this would work. I'll head over to fusion and ask. Thanks Tommy.
Best,
John
Best,
John
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19462
- Thank you received: 6529
08 Sep 2022 23:49 #251529
by tommylight
Replied by tommylight on topic Tool Diameter Offsets or Better Method for Making Inlays
For more tools you would need to have those same tools also set in CAM and set each of those tools for different operations, again no compensation in CAM, just the tool number and the gcode to activate compensation.
That way LinuxCNC will inform you when it is time to change the tool and wait for a tool change before continuing. If you can repeatably change the tools, that is all there is to it.
That way LinuxCNC will inform you when it is time to change the tool and wait for a tool change before continuing. If you can repeatably change the tools, that is all there is to it.
Please Log in or Create an account to join the conversation.
- Bumbino
- Offline
- New Member
Less
More
- Posts: 16
- Thank you received: 2
09 Sep 2022 00:49 #251530
by Bumbino
Replied by Bumbino on topic Tool Diameter Offsets or Better Method for Making Inlays
So I guess I'm not really clear on how to tell fusion about the offsets or how to tell it to apply them. I cloned my 0.8mm tool. Changed the id from 65 to 67 in fusion. Changed diameter to (tried 0.79, 0.78, 0.75 and 0.65). Generated new tool paths and posted using grbl as usual. I also made the clone and subsequent adjustments in linuxcnc tool table, saved and reloaded every time. Not a single change. My 10mm square with an inside pocket consistently comes out 9.8mm. The only way I've been able to get to 10 is to sketch the square a bit over 10. I have stock to leave set at zero in the pocket operation.
Please Log in or Create an account to join the conversation.
- Bumbino
- Offline
- New Member
Less
More
- Posts: 16
- Thank you received: 2
09 Sep 2022 15:34 #251552
by Bumbino
Replied by Bumbino on topic Tool Diameter Offsets or Better Method for Making Inlays
So this seems to have turned from how to properly make an inlay to what is cutter compensation and how is it used. I can tell you right now from 10pm to 2am is not the time for me to be messing with this stuff. Today I'm having slightly better results.
I have posted a pocket operation using emc processor and using in controller compensation. Then over in linuxcnc I load the file, make a change to tool# 65, reload the table and the file and boom i can see a clear change in the path on screen.
I've been reading over the tool compensation documentation, but this stuff only confuses me until some part of it makes sense or i can see it in action. Then i start messing with other bits and making more sense.
I might just cut a perfect 10mm x 12mm pocket yet today.
Thanks again,
John
I have posted a pocket operation using emc processor and using in controller compensation. Then over in linuxcnc I load the file, make a change to tool# 65, reload the table and the file and boom i can see a clear change in the path on screen.
I've been reading over the tool compensation documentation, but this stuff only confuses me until some part of it makes sense or i can see it in action. Then i start messing with other bits and making more sense.
I might just cut a perfect 10mm x 12mm pocket yet today.
Thanks again,
John
Please Log in or Create an account to join the conversation.
- Bumbino
- Offline
- New Member
Less
More
- Posts: 16
- Thank you received: 2
10 Sep 2022 16:00 #251619
by Bumbino
Replied by Bumbino on topic Tool Diameter Offsets or Better Method for Making Inlays
So I worked at this somewhere around 12 hours yesterday ending around 3:30am today. As it turns out much of my struggle was with a poor design in fusion. After getting that ironed out it only took a few attempts and logging results to get a killer fit. I'm still trying to understand just what's happening when using crc at the mill, but for now at least i can make it work.
This is a square pocket with an island, then a square donut. I could press them all the way together but would never get them apart. So today it's back to the mission of inlaying a mahogany heart in an oak box lid.
This is a square pocket with an island, then a square donut. I could press them all the way together but would never get them apart. So today it's back to the mission of inlaying a mahogany heart in an oak box lid.
Please Log in or Create an account to join the conversation.
- pippin88
- Offline
- Elite Member
Less
More
- Posts: 260
- Thank you received: 45
11 Sep 2022 02:39 #251667
by pippin88
Replied by pippin88 on topic Tool Diameter Offsets or Better Method for Making Inlays
If you use an angled bit (like 15 degrees) for the walls of the pocket and the insert it will be more forgiving for size errors when doing inlays
The following user(s) said Thank You: Bumbino
Please Log in or Create an account to join the conversation.
- andypugh
- Offline
- Moderator
Less
More
- Posts: 23162
- Thank you received: 4860
17 Sep 2022 19:22 #252200
by andypugh
Replied by andypugh on topic Tool Diameter Offsets or Better Method for Making Inlays
I think part of the problem might have been using a GRBL post, and I don't think that GRBL supports the G41 / G42 codes:
linuxcnc.org/docs/stable/html/gcode/g-code.html#gcode:g41-g42
linuxcnc.org/docs/stable/html/gcode/g-code.html#gcode:g41-g42
Please Log in or Create an account to join the conversation.
- testriderchuck
- Offline
- New Member
Less
More
- Posts: 3
- Thank you received: 0
07 May 2023 23:18 #270896
by testriderchuck
Replied by testriderchuck on topic Tool Diameter Offsets or Better Method for Making Inlays
I think you're correct on the G41/G42 and grbl.my ProVer 4030 did weird things until I told QCAD/CAM to use the GRBL thing.
Please Log in or Create an account to join the conversation.
Time to create page: 0.064 seconds