Search found 22 matches

by marcuswolschon
Fri Mar 10, 2017 4:04 pm
Forum: Path/CAM
Topic: First Steps with Path WB
Replies: 36
Views: 11083

Re: First Steps with Path WB

We should not derail this forum thread.
by marcuswolschon
Thu Mar 09, 2017 5:54 am
Forum: Path/CAM
Topic: First Steps with Path WB
Replies: 36
Views: 11083

Re: First Steps with Path WB

I'm not good with Python and have way too many other project to juggle at this point. That automatic calculation of 2-part molds for complex meshes in FreeCAD is coming along nicely. I haven't seen any code for the 2-part molds but I'm interested. Send a link to even partial implementation and I'll...
by marcuswolschon
Wed Mar 08, 2017 9:36 pm
Forum: Path/CAM
Topic: First Steps with Path WB
Replies: 36
Views: 11083

Re: First Steps with Path WB

Actually no. I'd do 2 completely different operations for roughing and finishing. So the first would leave 0.6mm of material and be a constant, deep engagement at the expense of not being precise at all with little changes in direction. Flat/constant radius surfaces would be cut in meander to save t...
by marcuswolschon
Mon Mar 06, 2017 5:38 pm
Forum: Path/CAM
Topic: First Steps with Path WB
Replies: 36
Views: 11083

Re: First Steps with Path WB

Do the internal data structures and assumptions made allow for a later expansion to have a cutter come in along arbitrary vectors (not parallel to the Z axis)?
(I'm following the progress here to see about adding some of my own algorithms when the required infrastructure allows for it.)
by marcuswolschon
Mon Mar 06, 2017 2:24 pm
Forum: Path/CAM
Topic: First Steps with Path WB
Replies: 36
Views: 11083

Re: First Steps with Path WB

In your introduction posting you don't tell what the difference between "Final Depth" and "Finish Depth" is. Also I am missing any specification of what the material blank looks like. At what stage shall the user specify where the 0-location in the work coordinate system is? Anot...
by marcuswolschon
Thu Feb 09, 2017 9:28 am
Forum: Path/CAM
Topic: Units for feedrate
Replies: 52
Views: 12255

Re: Units for feedrate

Some machine control software use mm/min (e.g. MACH3) and some use mm/s. Some are configurable. Problem is that due to the factor of 60 users of one system have absolutely no relation to numbers in the other system. I know what 100mm/min are and I have no idea if 10mm/s is something very fast or ver...
by marcuswolschon
Mon Mar 24, 2014 11:08 am
Forum: Path/CAM
Topic: status
Replies: 26
Views: 16911

Re: status

Thanks. The fix is applied and works. :)
I can now continue to make it a faccade for another plugin.
Then write the code to execute and modify another plugin's output on the fly.
by marcuswolschon
Fri Mar 21, 2014 7:48 am
Forum: Path/CAM
Topic: status
Replies: 26
Views: 16911

Re: status

Thank a lot!
I don't think I'd have found that variable name issue.
It's quite unobvious.
by marcuswolschon
Thu Mar 20, 2014 7:12 am
Forum: Path/CAM
Topic: status
Replies: 26
Views: 16911

Re: status

Marcus, can you post a reply once you've uploaded your code to your repository? If you've already done it then can you tell me which files they are? The new directory InverseKinematicPlugin https://github.com/MarcusWolschon/FreeCAD_sf_master/tree/cam-py/src/Mod/Cam2/App/Plugins And it's entry in CM...
by marcuswolschon
Wed Mar 19, 2014 7:18 am
Forum: Path/CAM
Topic: status
Replies: 26
Views: 16911

Re: status

https://github.com/MarcusWolschon/FreeC ... pp/Plugins

I guess I haven't pushed my changes to my own repository.
I'll do so later today, so you can have a look.