Search found 3064 matches

by NewJoker
Wed Apr 17, 2024 11:37 am
Forum: Help on using FreeCAD
Topic: 'Fusion' go out of the allowed scope 'FEMMeshGmsh'
Replies: 4
Views: 223

Re: 'Fusion' go out of the allowed scope 'FEMMeshGmsh'

Internally, force loads are converted to *CLOAD card entries. Nothing unusual, other preprocessors may do that as well.
by NewJoker
Wed Apr 17, 2024 7:44 am
Forum: Help on using FreeCAD
Topic: Preserve the geometry by knowing nodes of region
Replies: 3
Views: 253

Re: Preserve the geometry by knowing nodes of region

I pinged the author of that workbench but it might be best to submit an issue in its GitHub repository.
by NewJoker
Wed Apr 17, 2024 7:15 am
Forum: Open discussion
Topic: Weekly builds are stuck on old-ish code?
Replies: 6
Views: 491

Re: Weekly builds are stuck on old-ish code?

No idea but there's a new build now - this time the proper one with a different number and features from merged PRs.
by NewJoker
Wed Apr 17, 2024 7:11 am
Forum: Help on using FreeCAD
Topic: 'Fusion' go out of the allowed scope 'FEMMeshGmsh'
Replies: 4
Views: 223

Re: 'Fusion' go out of the allowed scope 'FEMMeshGmsh'

I wouldn't really worry about that. FreeCAD often throws such warnings and yet the referenced features are working properly. Moreover, Gmsh has some difficulties when handling specific configurations of the model tree but as long as the mesh is generated, it should be fine.
by NewJoker
Wed Apr 17, 2024 7:02 am
Forum: Help on using FreeCAD
Topic: Preserve the geometry by knowing nodes of region
Replies: 3
Views: 253

Re: Preserve the geometry by knowing nodes of region

Are you using BESO ?

@fandaL
by NewJoker
Tue Apr 16, 2024 6:48 pm
Forum: Open discussion
Topic: Weekly builds are stuck on old-ish code?
Replies: 6
Views: 491

Re: Weekly builds are stuck on old-ish code?

Yeah, it's sometimes the case that (especially Windows) weekly builds have the same number and no new code. Probably due to issues with compiling on Windows (or sometimes with compiling FreeCAD in general).
by NewJoker
Tue Apr 16, 2024 6:46 pm
Forum: Open discussion
Topic: Forum very very slow (again)
Replies: 12
Views: 698

Re: Forum very very slow (again)

It was very slow again but now it's working fine for me.
chrisb wrote: Tue Apr 16, 2024 3:19 pm Only creating a new post still takes ~15 seconds.
Do you mean a reply in an existing thread ? It may stay rather slow generally due to that check for new replies.
by NewJoker
Tue Apr 16, 2024 6:42 pm
Forum: Help on using FreeCAD
Topic: Chamfer fillet to a shared edge?
Replies: 10
Views: 701

Re: Chamfer fillet to a shared edge?

chrisb wrote: Tue Apr 16, 2024 3:54 pm Would you mind sharing the list?
Roy shared it in a quote in his reply.

viewtopic.php?p=740591#p740591
by NewJoker
Mon Apr 15, 2024 11:21 am
Forum: Help on using FreeCAD
Topic: Regression on Sketcher Points
Replies: 10
Views: 694

Re: Regression on Sketcher Points

It can always be a preference to satisfy everyone.
by NewJoker
Mon Apr 15, 2024 10:56 am
Forum: Help on using FreeCAD
Topic: Regression on Sketcher Points
Replies: 10
Views: 694

Re: Regression on Sketcher Points

Yes, this was changed on purpose by https://github.com/FreeCAD/FreeCAD/pull/13098 for consistency because all other geometry creation tools make normal geometry by default. IMO it makes perfect sense.