Search found 2994 matches

by sliptonic
Tue Nov 14, 2023 5:38 pm
Forum: Install / Compile
Topic: OndselSolver warnings
Replies: 16
Views: 8142

Re: OndselSolver warnings

I think init only has to be done once. The update has to be done every time the required version changes. Running update every time is no problem. All this is done automatically in the CI/CD Pipeline. Anyone building from source will have to do it manually though. I'm not sure if it can be added to ...
by sliptonic
Tue Nov 14, 2023 4:28 pm
Forum: Open discussion
Topic: Integrated assembly workbench coming to your doorstep
Replies: 26
Views: 12154

Re: Integrated assembly workbench coming to your doorstep

Questions: 1. Is there a product specification that we users can review so we know what to expect? 2. Are there any release notes or directions how to get started? 3. Will there be an official central thread where we users can report problems or requests, e.g. in the Development>Assembly forum rath...
by sliptonic
Tue Nov 14, 2023 3:53 am
Forum: Install / Compile
Topic: OndselSolver warnings
Replies: 16
Views: 8142

Re: OndselSolver warnings

The OndselSolver is the first time we've git submodules to include a dependency. It probably won't be the last. If you're not familiar with them, here's the basics. We will also need to update the wiki instructions on building from source. The source lives in its home repo. In this case, that's at h...
by sliptonic
Mon Nov 13, 2023 10:04 pm
Forum: Open discussion
Topic: Integrated assembly workbench coming to your doorstep
Replies: 26
Views: 12154

Re: Integrated assembly workbench coming to your doorstep

johnwang wrote: Mon Nov 13, 2023 10:02 pm The cad kernel is not designed for fc at the first place.
The Ondsel solver is a general-purpose solver released separately under the LGPL license. It can be used by any application.
I'm still not seeing your point.
by sliptonic
Mon Nov 13, 2023 9:55 pm
Forum: Open discussion
Topic: Integrated assembly workbench coming to your doorstep
Replies: 26
Views: 12154

Re: Integrated assembly workbench coming to your doorstep

johnwang wrote: Mon Nov 13, 2023 9:46 pm If it is based on a third party solver, it should be called a third party wb.just another wb.
All of FreeCAD is based on a third party CAD kernel. What's your point?
by sliptonic
Wed Nov 01, 2023 3:07 pm
Forum: Developers corner
Topic: Modifying core menus and toolbars from Python
Replies: 1
Views: 2069

Modifying core menus and toolbars from Python

This might be a duplicate topic. I have a memory that it came up before but I haven't been able to find the thread. The question is whether it is possible/desirable to allow python code to modify the core menus by adding/removing/editing items. Right now, addons and python workbenches can create new...
by sliptonic
Mon Oct 23, 2023 11:01 pm
Forum: Path/CAM
Topic: Boring Operation
Replies: 10
Views: 6161

Re: Boring Operation

Was a "Boring" operation ever added to FreeCAD based on this discussion from five years ago? I wasn't clear from the discussion or Wiki if this became a separate operation, or a modification of Helix, or if it was still in limbo? No. Though it should be easier now. Most of the helix logic...
by sliptonic
Sat Oct 21, 2023 2:13 pm
Forum: Open discussion
Topic: Ondsel post on education and survey
Replies: 10
Views: 5767

Ondsel post on education and survey

Ondsel published a blog post yesterday about how AutoCAD and others use educational licenses as a trap . The post ends with an invitation to take a survey about educational use. This is step 1 of an initiative that the FPA is considering to expand the use of FreeCAD in education. The survey is the m...
by sliptonic
Thu Oct 19, 2023 12:49 pm
Forum: UX/UI Design
Topic: [WIP] And yet another take on UX/UI
Replies: 4
Views: 8008

Re: [WIP] And yet another take on UX/UI

This is really cool. It's good to see some discussion happening at the conceptual level. I'm anxious to see this work its way into the style guide too. There are a couple of things I'd like to see included in your next iteration: 1) The zone layout looks useful but hasn't taken into account the corn...
by sliptonic
Wed Oct 18, 2023 7:48 pm
Forum: Developers corner
Topic: ezydxf 0.0.5, an attempt for a new fc-dxf importer
Replies: 38
Views: 18218

Re: ezydxf 0.0.1, an attempt for a new fc-dxf importer

I'm really excited to see more discussion about improving dxf import. This is an incredibly important topic. I've had dozens of conversations with users and potential users and it always comes up. That said, this is exactly the kind of thing we were recently talking about needing to be in the core a...