Pocket with island - finish pass strategy

Here's the place for discussion related to CAM/CNC and the development of the Path module.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
alex::freecad
Posts: 115
Joined: Fri Aug 29, 2014 1:25 pm

Pocket with island - finish pass strategy

Post by alex::freecad »

Hi all,

Im currently setting up a series of easy to follow tutorial regarding FOSS (and esp. Freecad) for the mpcnc.
https://alexpgh.github.io/foss-toolchain-mpcnc/

Many mpcnc user state
I tested Freecad once, it was not as expected
I think this relates to older versions. Path workbench has been heavily developed and I think it could be worth getting some more mpcnc 'machinists' to using it.

I plan to provide some basic tutorials for basic operations and link to e.g. sliptonics great tutorials for more details.

Currently I have a series to get from zero to a pocket with island part.
I will add how to configure step down, ramp in and holding tags.

What I'm not clear about is how would be the best strategy for finish passes on the pocket and island?
I would like to show both:
a) having an individual path for the pocket and island, respectively (could be that someone is interested in the island and would like to use 2 finishing passes there, but noon on the pocket)
b) for convenience: apply a finish pass to both (pocket and island) in one go

For now I was not able to add a contour pass to the island of his part: https://alexpgh.github.io/foss-toolchai ... xmill4.png (it in the appended freecad file)
Any hint about on which surface/body to click etc. would be highly appreciated

Second question:
Regarding milling 3d surfaces. I read that one needs opencamlib for that.
Currently, I'm on FreeCAD_0.18-16110 but tested 0.19 yesterday. Only 0.19 complained about missing opencamlib (I need to install it).
-> which would be a good version to base further tutorials on? 0.18 or are there some things (e.g. 3d surface milling) missing?
And where to best start reading about surface 3d milling?

Thanks
Alex
Attachments
mpcncTutorial1.FCStd
(67.8 KiB) Downloaded 28 times
m0n5t3r
Posts: 138
Joined: Fri Feb 03, 2017 2:55 pm

Re: Pocket with island - finish pass strategy

Post by m0n5t3r »

will this work?

I added 2 face profile operations, both with a final depth of 15mm (since that seems to be the pocket's depth): one for the rectangular wall's top face, with "process holes" checked and "process perimeter" unchecked, and one for the island set to process the perimeter

Seems to do what it's supposed to:
Screenshot from 2019-05-25 16-10-14.png
Screenshot from 2019-05-25 16-10-14.png (23 KiB) Viewed 607 times
Attachments
mpcncTutorial1.FCStd
(53.68 KiB) Downloaded 31 times
Post Reply