Search found 1771 matches

by mlampert
Wed Dec 02, 2020 3:18 pm
Forum: Path/CAM
Topic: Path for decorative CAM
Replies: 19
Views: 3118

Re: Path for decorative CAM

This is awesome! Thanks for sharing. :D
by mlampert
Sun Nov 29, 2020 7:59 pm
Forum: Wiki
Topic: Artwork for Path: redirects for images?
Replies: 16
Views: 1165

Re: Artwork for Path: redirects for images?

Can you take a quick look and give us a thumbs up so we can do this? I certainly have no issue with it - although underscores are ugly ;) Anyway, if this is worth doing why not bring _all_ icons into compliance? IIRC I copied those arrow icons from TechDraw, 'cause I needed something like that and ...
by mlampert
Mon Nov 23, 2020 5:52 pm
Forum: Path/CAM
Topic: Help: no dressup, no party.
Replies: 25
Views: 1964

Re: Help: no dressup, no party.

what I had in mind was comparing the tangents of the two paths at the intersection point, and maybe making the threshold angle 45° or even 60°. Don't think it needs to be adjustable. The only concern is the runtime inpact calculating all those tangents.
by mlampert
Sun Nov 22, 2020 8:10 pm
Forum: Developers corner
Topic: Ticket #4500 - segfault on focus change
Replies: 8
Views: 1229

Re: segfault on focus change

filed an issue for it for tracking: issue #4500
by mlampert
Sat Nov 21, 2020 2:13 am
Forum: Path/CAM
Topic: Discussion for detanglement of rotatioal code from existing ops
Replies: 25
Views: 3266

Re: Discussion for detanglement of rotatioal code from existing ops

Russ4262 wrote: Sat Nov 21, 2020 1:01 am
mlampert wrote: Fri Nov 20, 2020 11:52 pm ... My 2 cents, ...
Are those Canadian cents or United States cents? I'm just asking so I have a better idea of how to value the comment. ;) :D
Canadian - might not be worth as much but it looks better :D
by mlampert
Fri Nov 20, 2020 11:52 pm
Forum: Path/CAM
Topic: Discussion for detanglement of rotatioal code from existing ops
Replies: 25
Views: 3266

Re: Discussion for detanglement of rotatioal code from existing ops

Hi Russell, I would probably hold off on refactoring at this point. From what I hear the plan is to get 0.19 out this year which means we should leave the ops as they are and focus on bug fixes. The toolbits sliptonic is working on should probably be the last major change, at least to Path core ops....
by mlampert
Tue Nov 17, 2020 8:15 pm
Forum: Developers corner
Topic: Ticket #4500 - segfault on focus change
Replies: 8
Views: 1229

Ticket #4500 - segfault on focus change

I have a task panel where I can deterministically generate a segfault by changing the focus from one a QLineEdit widget to a GUI::QuantitySpinBox. The only "non-standard" thing is that the quantity spin boxes are created programmatically with FreeCADGui.UiLoader.createWidget('Gui::Quantity...
by mlampert
Tue Nov 10, 2020 10:06 pm
Forum: Path/CAM
Topic: Creating inlays
Replies: 27
Views: 5823

Re: Creating inlays

A few weeks ago sliptonic added the v-carve op, which should allow you to create the negative. Creating the positive is not possible straight out of the box. You could probably establish it by creating two models, one for v-carving the inlay positive and one for milling away the flat areas. The gap ...
by mlampert
Tue Nov 10, 2020 5:05 pm
Forum: Path/CAM
Topic: Discussion for detanglement of rotatioal code from existing ops
Replies: 25
Views: 3266

Re: Discussion for detanglement of rotatioal code from existing ops

I am to blame for the mess created within the code by the rotational features. As such, I will help fix it. Blame? I think we're all in awe and quite excited about what you have accomplished! sliptonic's point about maintainability is very valid though - the code size of each op has gotten to the p...
by mlampert
Fri Nov 06, 2020 8:47 pm
Forum: Path/CAM
Topic: Toolbits. SERIOUS EFFORT NEEDED
Replies: 58
Views: 11561

Re: Toolbits. SERIOUS EFFORT NEEDED

I think the root of the problem is that we chose to use the ToolBit name as the name for ToolController (blame me for that poor choice) - now that both are in the tree they clash. We should give the ToolController a different label, maybe "TC-<ToolBitName>". What adds to the confusion is t...