possible to do with path?

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
herbk
Veteran
Posts: 2660
Joined: Mon Nov 03, 2014 3:45 pm
Location: Windsbach, Bavarya (Germany)

possible to do with path?

Post by herbk »

Hi,
i want to build this mould from a flat plate
hk01c_unten.jpg
hk01c_unten.jpg (58.07 KiB) Viewed 1529 times
Is it possible to do it with path?
Attachments
Form_hk01c.fcstd
(69.03 KiB) Downloaded 56 times
Gruß Herbert
User avatar
sliptonic
Veteran
Posts: 3460
Joined: Tue Oct 25, 2011 10:46 pm
Location: Columbia, Missouri
Contact:

Re: possible to do with path?

Post by sliptonic »

I think that would require a 3d surfacing operation which we don't have yet.
jvin248
Posts: 3
Joined: Sat Feb 13, 2016 11:18 pm

Re: possible to do with path?

Post by jvin248 »

You might try PyCAM for this geometry until FreeCAD has the capability.

Download PyCAM 0.5.1 (not the 0.16) as well as pypy and put both in the same working directory, you'll want to copy out the pypy4 and the library file inside the supplied pypy 'bin' directory to the working level, then in two terminals run these:
$ ./pypy4 pycam --start-server-only --server-auth-key=test --number-of-processes=2
$ pycam --enable-server --remote-server=localhost --server-auth-key=test --number-of-processes=0

I've had trouble with spherical part features but other geometries have been working ok.
Post Reply