Search found 117 matches

by roivai
Wed Sep 05, 2018 7:09 pm
Forum: Path/CAM
Topic: Creating CNC roughing and finishing passes
Replies: 104
Views: 24335

Re: Creating CNC roughing and finishing passes

Great! I had this in mind when I last time used 3D Surface, but as LinuxCNC was happy to swallow the huge G-Code, I forgot the whole thing. I think I'll try to find some time this week to implement that on Python so we can add it straight to the operation.
by roivai
Thu Aug 30, 2018 5:02 am
Forum: Path/CAM
Topic: Creating CNC roughing and finishing passes
Replies: 104
Views: 24335

Re: Creating CNC roughing and finishing passes

Hi, The changes that included the StepOver parameter also made the operation to respect the Finish Depth (edit: or is it Final Depth..? cant check now) Is that set correctly? For me at least, the guess that FreeCAD makes for that by default is often at the surface of the object, which seems to be th...
by roivai
Thu Aug 16, 2018 1:24 pm
Forum: Path/CAM
Topic: Adaptive Path/CAM Operation
Replies: 330
Views: 71874

Re: Adaptive Path/CAM Operation

Ok, as I am not familiar with the process of testing and approving the FreeCAD PRs - would it help if I make these changes now in the forked FreeCAD code (i.e. in my github profile)? I could probably do that in the next few days. Yes - that's how it should be done. Fork the official FreeCAD repo on...
by roivai
Wed Aug 08, 2018 2:46 pm
Forum: Path/CAM
Topic: Adaptive Path/CAM Operation
Replies: 330
Views: 71874

Re: Adaptive Path/CAM Operation

I tried it quickly - worked great! I think the performance was OK'ish.. I'm not sure how, but initially, the algorithm took quite a while to run, it visualized all the steps on screen and then produced the final path. But then when I changed some settings, the path also updated "on the fly"...
by roivai
Sun Aug 05, 2018 6:02 am
Forum: Path/CAM
Topic: Adaptive Path/CAM Operation
Replies: 330
Views: 71874

Re: Adaptive Path/CAM Operation

If you have time to write, I would be very interested in hearing details about the algorithm you use. Documentation will also be useful if (and I sincerely hope) it does get integrated into FreeCAD at some point. Is there some published theory about the algorithm or is it completely yours? I quickly...
by roivai
Sat Aug 04, 2018 6:16 pm
Forum: Path/CAM
Topic: Adaptive Path/CAM Operation
Replies: 330
Views: 71874

Re: Adaptive Path/CAM Operation

WWWOW! Out of the blue, this comes out. The screenshots you have there look really amazing! That feature - clearing the area between the stock and the object is the thing everyone has been waiting for, I think! Great job! Wow!
by roivai
Thu Aug 02, 2018 5:22 pm
Forum: Path/CAM
Topic: Sorted Drills
Replies: 9
Views: 1272

Re: Sorted Drills

PR for making the list sortable.
https://github.com/FreeCAD/FreeCAD/pull/1581

Quickly tested and it works as supposed. Is anyone able to spot any side effects of this?
by roivai
Thu Aug 02, 2018 5:24 am
Forum: Path/CAM
Topic: Sorted Drills
Replies: 9
Views: 1272

Re: Sorted Drills

There is some ideas i have: - the Base Geometry-List should sort the entries by Pressing the Diameter-"Button", so its easy to remove the "wrong" holes Good proposal Yes it is. I am pretty sure it was possible at some point, maybe something got lost when the refactoring of all P...
by roivai
Thu Jul 19, 2018 5:33 pm
Forum: Path/CAM
Topic: Limiting path on 3D operations
Replies: 20
Views: 4591

Re: Limiting path on 3D operations

herbk wrote: Tue Jul 17, 2018 7:13 pm Hi roivai,
Two more questions:
Is it possible to get it work at a single 3D surface face also? And at a hollow shaped surface?
The operation still accepts only the whole base object as the base of the surface. I don't understand what you mean by hollow?
by roivai
Tue Jul 17, 2018 6:11 am
Forum: Path/CAM
Topic: Limiting path on 3D operations
Replies: 20
Views: 4591

Re: Limiting path on 3D operations

Hi, Is that PR allready in daily? Atm i'm on OS: KDE neon User Edition 5.13 Word size of OS: 64-bit Word size of FreeCAD: 64-bit Version: 0.18.14078 (Git) Build type: None Branch: master Hash: be5e93ddfe29d49a4b1c02e7119b1f926549ccce Python version: 2.7.12 Qt version: 4.8.7 Coin version: 4.0.0a OCC...