Search found 1771 matches

by mlampert
Thu Nov 24, 2022 6:35 pm
Forum: Path/CAM
Topic: Recovered file after a fatal crash ruins job in Freecad 0.21
Replies: 3
Views: 541

Re: Recovered file after a fatal crash ruins job in Freecad 0.21

I'm not familiar with an emergency saving mechanism and I also haven't had any crashes of FC lately. Is there a chance you can pack up the recovery files so I can have a look at them? Unfortunately I don't know what's involved in doing so.
by mlampert
Wed Nov 23, 2022 8:09 pm
Forum: Developers corner
Topic: RFC - using library written in Rust
Replies: 4
Views: 1198

RFC - using library written in Rust

Path uses clipper, and on top of that libarea and the usage has been challenging. On top of that the libraries are practically unmaintained. I meant to replace it with pure OCC but the behaviour of "makeOffset2D" makes this a no-go. sliptonic has found the library CavalierContour (MIT lice...
by mlampert
Mon Nov 21, 2022 9:39 pm
Forum: Path/CAM
Topic: Problem with Deburr operation using fillet
Replies: 14
Views: 1744

Re: Problem with Deburr operation using fillet

The offset value should be sufficiently small to avoid self-intersections in resulting shape. Otherwise these self-intersections may appear inside an offset face if its initial surface is not plane or sphere or cylinder, also some non-adjacent offset faces may intersect each other. Also, some offse...
by mlampert
Mon Nov 21, 2022 8:31 pm
Forum: Path/CAM
Topic: External Thread Milling
Replies: 9
Views: 1992

Re: External Thread Milling

that's bad - I'll have a look, will take a bit though, gotta compile an old branch to look at your file.
by mlampert
Sun Nov 20, 2022 8:15 am
Forum: Path/CAM
Topic: Problem with Deburr operation using fillet
Replies: 14
Views: 1744

Re: Problem with Deburr operation using fillet

I've been looking into this and it is indeed a limitation of the underlying OCC kernel. Unfortunately there is currently no known fix for the issue. The next version of OCC does have some improvements in this area but I haven't had a chance to play with that yet, so no guarantees it's fixed there. A...
by mlampert
Sun Nov 13, 2022 6:57 pm
Forum: Developers corner
Topic: makeOffset2D fails with positive offset
Replies: 2
Views: 655

Re: makeOffset2D fails with positive offset

It is probably one of those OCC issues, where nearly tangents don't work. I have created a sketch from the wire and made the connections tangent with some additional construction lines (now as I write it, I realize that I could try to simplify the approach), and now positive and negative offsets wo...
by mlampert
Sun Nov 13, 2022 4:04 am
Forum: Developers corner
Topic: makeOffset2D fails with positive offset
Replies: 2
Views: 655

makeOffset2D fails with positive offset

Attached is a file with a Part.Wire shape. If I try to offset it by any positive offset it fails. Offsetting with a negative offset succeeds. Anybody know what's going on and how to fix it?

Code: Select all

Part.show(App.ActiveDocument.w.Shape.Wires[0].makeOffset2D(0.1))
offset-test.fcstd
(5.43 KiB) Downloaded 27 times
by mlampert
Sat Nov 12, 2022 8:55 pm
Forum: Path/CAM
Topic: Toolbit working directory not set up
Replies: 3
Views: 676

Re: Toolbit working directory not set up

never mind - my issue was due to some experiments I had run.
by mlampert
Sat Nov 12, 2022 8:27 pm
Forum: Path/CAM
Topic: linuxcnc_post preamble with G49
Replies: 15
Views: 1656

Re: linuxcnc_post preamble with G49

Isn't this discussion a bit moot since you're supposed to touch off and set the correct z-height before running the job?
by mlampert
Sat Nov 12, 2022 8:16 pm
Forum: Path/CAM
Topic: Toolbit working directory not set up
Replies: 3
Views: 676

Re: Toolbit working directory not set up

I ran into the same issue today and I'm pretty sure I did have the toolbit directory set before. There might be something strange going on.