Search found 1771 matches

by mlampert
Wed Sep 06, 2023 11:51 pm
Forum: Install / Compile
Topic: [solved] How to add Rust library to the CI build
Replies: 8
Views: 1710

Re: How to add Rust library to the CI build

Right - there's that! Thanks!
by mlampert
Wed Sep 06, 2023 10:35 pm
Forum: Install / Compile
Topic: [solved] How to add Rust library to the CI build
Replies: 8
Views: 1710

Re: How to add Rust library to the CI build

It's pretty straightforward to make sure that the Linux CI has the required libraries, the lists are in these two YAML files: https://github.com/FreeCAD/FreeCAD/blob/master/.github/workflows/sub_buildUbuntu2004.yml https://github.com/FreeCAD/FreeCAD/blob/master/.github/workflows/sub_buildUbuntu2204...
by mlampert
Wed Sep 06, 2023 1:57 am
Forum: Install / Compile
Topic: [solved] How to add Rust library to the CI build
Replies: 8
Views: 1710

[solved] How to add Rust library to the CI build

I'm working on using a library written in Rust and adding it to the build process. I'm not the best person to try this since I know little about Rust and little about our build system. I added CMakeLists.txt which check if cargo, rustc and cbindgen are installed and skips the build and dependencies ...
by mlampert
Tue Sep 05, 2023 12:42 am
Forum: Open discussion
Topic: PDN hidden gem - Thank You!
Replies: 12
Views: 1681

PDN hidden gem - Thank You!

Forever I got annoyed when selecting the PDN WB because it automatically switches to the "Tasks" view and I have to manually switch back to the "Model" view to continue working. Today I had enough and figured I'll add a preference so I can turn this off. And lo and behold, openBr...
by mlampert
Sun Sep 03, 2023 6:06 pm
Forum: Path/CAM
Topic: Unable to Create a Path Job for Sketch
Replies: 6
Views: 809

Re: Unable to Create a Path Job for Sketch

GeneFC - great explanation - the issue is indeed that the sketch is embedded in a PD body - in which case Path tries to use the body's bounding box as a basis to create the stock. The BB for the body isn't valid though. When using a free, root level sketch Path knows it's a 2d object and handles it...
by mlampert
Sun Sep 03, 2023 1:19 am
Forum: Path/CAM
Topic: Moving unit tests closer to sources
Replies: 0
Views: 318

Moving unit tests closer to sources

For historical reasons all Path unit tests are collected in Path/PathTests. The issue I'm facing is that the unit tests are located quite a ways from the unit sources which makes it a bit awkward to work on them. What I'm proposing is to move the unit tests for the Path python modules into a "T...
by mlampert
Fri Sep 01, 2023 1:51 am
Forum: Path/CAM
Topic: estlcam post processor broken
Replies: 12
Views: 1510

Re: estlcam post processor broken

wonderful - again, sorry for not thinking of pinging you myself
by mlampert
Tue Aug 29, 2023 6:46 pm
Forum: Path/CAM
Topic: estlcam post processor broken
Replies: 12
Views: 1510

Re: estlcam post processor broken

Syres wrote: Tue Aug 29, 2023 6:09 am I would have thought the polite thing to do is to mention @h.hartmann.78 as he only recently made a follow up PR to the CMakelists.txt
Good call, thanks! :oops:
by mlampert
Tue Aug 29, 2023 2:52 am
Forum: Developers corner
Topic: WIP Wednesday!
Replies: 111
Views: 30152

Re: WIP Wednesday!

continue to work on cavalier contours POC and its use for Path generation.
by mlampert
Tue Aug 29, 2023 12:53 am
Forum: Path/CAM
Topic: estlcam post processor broken
Replies: 12
Views: 1510

Re: estlcam post processor broken

I don't think this has anything to do with refactoring. If somebody in the future will use it it is still in the git history to be used a starting point. My vote would be to just remove it from the tree.