Search found 456 matches

by JoshM
Fri Aug 28, 2020 12:32 pm
Forum: Path/CAM
Topic: Ticket #4433 - profile operation cut side reset
Replies: 36
Views: 10811

Re: profile operation cut side reset

I find this problematic, or at least the variation I have run into. I was using contours to generate chamfer operations, which required me to disable the "use compensation", which then removes the "In/Out" field from the operations-tab. Because of the quirkiness of setting up the...
by JoshM
Thu Aug 27, 2020 4:45 pm
Forum: Path/CAM
Topic: deburr sketch with hole does not go around circle
Replies: 5
Views: 1265

Re: deburr sketch with hole does not go around circle

I see the same issue on a project here. The outer debur works, but not the inner, and it's unclear how to make this work. Any suggestions? InnerOutterDebur.jpeg I also get no output from the smaller plate cover. It raises an error claiming the "Item is not a shape".... Thanks, Josh OS: Win...
by JoshM
Thu Aug 27, 2020 12:59 pm
Forum: Path/CAM
Topic: Appreciate any help reconfiguring FC/Path to work on latest version
Replies: 3
Views: 1007

Appreciate any help reconfiguring FC/Path to work on latest version

I haven't milled anything in a year or so, and am seeing a bunch of improvements to FC generally, and PathWB in particular. I am encountering a few issues that I hoped for help resolving. For quite a while now, I have been using: OS: Windows 10 Word size of OS: 64-bit Word size of FreeCAD: 64-bit Ve...
by JoshM
Thu Aug 20, 2020 12:39 pm
Forum: Part Design module development
Topic: Part Helix used in Part Design Sweep
Replies: 15
Views: 4031

Re: Part Helix used in Part Design Sweep

Just to be clear though Chrisb, my file is no different than yours in that it also has only the "cut tool" sketch under the Pipe operation.
-Josh
ThreadCut2.png
ThreadCut2.png (179.38 KiB) Viewed 2593 times
by JoshM
Wed Aug 19, 2020 11:52 pm
Forum: Path/CAM
Topic: thread milling?
Replies: 103
Views: 37437

thread milling?

Been a while since I've looked much at PathWB, and what a lot of nice improvements! I searched and didn't see anything yet in place for cutting threads using a thread-mill, and figured I'd ask if anyone has experience with setting it up in PathWB. Is it as simple as using the Helix operation and set...
by JoshM
Wed Aug 19, 2020 7:10 pm
Forum: Part Design module development
Topic: Part Helix used in Part Design Sweep
Replies: 15
Views: 4031

Part Helix used in Part Design Sweep

Thread cutting in PartDesign Workbench requires a Part->Create Primitives...->Helix . Once back in the PartDesign workbench, selecting the helix and a thread-cutting shape and selecting PartDesign->Subtractive Pipe , and setting Orientation Mode equal to Frenet, generates a BaseFeature of the Helix,...
by JoshM
Mon Mar 02, 2020 1:35 pm
Forum: Path/CAM
Topic: 3d milling algo
Replies: 14
Views: 2883

Re: 3d milling algo

Hi Dino, I worked on that in v17. It's been a while, and I stopped work on it a while ago. If I recall, the idea was to select an object, then run the script, but it's been a while... Sorry. I'm curious what your interest is, as Russ has really made OCL very functional for 3d CAM in Path WB? Best, J...
by JoshM
Wed Jun 05, 2019 10:14 pm
Forum: Path/CAM
Topic: Waterline milling update
Replies: 90
Views: 22976

Re: Waterline milling update

At least Python is a relatively accessible language. Until I started playing with it, I had only programmed 8-bit microcontrollers in assembly language and a C-class 25+ years ago. What was worse was for me was my math skills had been largely unused over that time frame too... While no expert, I fee...
by JoshM
Wed Jun 05, 2019 8:58 pm
Forum: Path/CAM
Topic: Waterline milling update
Replies: 90
Views: 22976

Re: Waterline milling update

Josh, I'd like to give a go to your approach for waterline milling. I've copied the macro you kindly provided, should I just try to use it as is? Thanks, j. Hi RatonLaveur, You're most welcome to try to make progress, and I wish you every success. I've become very busy with work and don't have much...
by JoshM
Fri May 17, 2019 12:28 am
Forum: Path/CAM
Topic: Waterline milling update
Replies: 90
Views: 22976

Re: Waterline milling update

As for Water-Lining, it's not significantly different. Here goes: Above, I defined an X-axis/Y-axis tool path, and calculated for each facet edge if there was any interference with that pre-determined tool path. I then adjusted the minimum allowable z value for the bounds of each interference line. ...