Search found 100 matches

by mikeprice99
Sun Feb 20, 2022 1:15 pm
Forum: Install / Compile
Topic: Errors building on Windows 10
Replies: 3
Views: 1145

Re: Errors building on Windows 10

Now I've got 498 errors.

mainly unresolved external symbol
eg

__imp__Py_NegativeRefcount freecad-build-windows-12.5.4\src\GuiView3DViewerPy.obj FreeCADGui

Any help would be much appreciated.
by mikeprice99
Sun Feb 20, 2022 12:36 pm
Forum: Install / Compile
Topic: Errors building on Windows 10
Replies: 3
Views: 1145

Re: Errors building on Windows 10

I lied! :oops: I hadn't successfully configured in cmake! I missed the red warning regarding Pyside2 To fix that, I had to configure PYTHON to point to the version in the libpack and I had to add an additional entry for PYTHON_EXECUTABLE I'm now running build, its still got errors, but far fewer.
by mikeprice99
Sun Feb 20, 2022 11:09 am
Forum: Help on using FreeCAD
Topic: two vertical tubes and freecad... still impossible
Replies: 5
Views: 1653

Re: two vertical tubes and freecad... still impossible

That's weird.

Creating two vertical tubes is something I've done in freecad many time without issue.

Could you post an image of your sketch. I suspect there's something odd within it.
by mikeprice99
Sun Feb 20, 2022 11:02 am
Forum: Install / Compile
Topic: Errors building on Windows 10
Replies: 3
Views: 1145

Errors building on Windows 10

I've been busy on other things so haven't built Freecad for a few months. I've fetched the most recent source, downloaded the latest Libpack (FreeCADLibs_12.5.4_x64_VC17), configured in Cmake (following a 'recipe' thats worked for me in the past) and apparently successfully generated the build files...
by mikeprice99
Mon Aug 16, 2021 2:27 pm
Forum: Help on using FreeCAD
Topic: how to design a real mesh/grid?
Replies: 107
Views: 13516

Re: how to design a real mesh/grid?

roundmesh.png
roundmesh.png (73.45 KiB) Viewed 1446 times
If it helps, things like this are quite easy.
by mikeprice99
Mon Aug 16, 2021 1:21 pm
Forum: Help on using FreeCAD
Topic: Dimensions rounding themselves?
Replies: 25
Views: 6005

Re: Dimensions rounding themselves?

Syres wrote: Mon Aug 16, 2021 1:11 pm @Yorik has merged the PR git commit 163075b
Brilliant news. Thanks @Syres and @Yorik
by mikeprice99
Sat Aug 14, 2021 7:17 am
Forum: Help on using FreeCAD
Topic: Dimensions rounding themselves?
Replies: 25
Views: 6005

Re: Dimensions rounding themselves?

This is what I've put together and so far I can't break it https://github.com/FreeCAD/FreeCAD/compare/master...Syres916:patch-30 I don't know what to say. You've done a fabulous job, you've taken ownership of the problem and come up with good fix. Thank you. Have you submitted a pull request - I co...
by mikeprice99
Wed Aug 11, 2021 7:25 am
Forum: Help on using FreeCAD
Topic: Dimensions rounding themselves?
Replies: 25
Views: 6005

Re: Dimensions rounding themselves?

Shalmeneser wrote: Tue Aug 10, 2021 7:08 pm :?: 1023 mm = 1.023 m -> 1.02 m = 1020 mm
Thank you for the suggestion, but if I set number of decimal places to (eg) 7, the rounding remains the same.
by mikeprice99
Tue Aug 10, 2021 6:58 pm
Forum: Help on using FreeCAD
Topic: Dimensions rounding themselves?
Replies: 25
Views: 6005

Re: Dimensions rounding themselves?

After many fruitless recompiling, I've finally proved which commit causes the cube and no doubt many other property errors greater than 1000mm ab247ac Seeing as my enthusiasm has been well and truly drained, I'll have a look tomorrow afternoon to see if I can get a fix without causing a regression ...
by mikeprice99
Tue Aug 10, 2021 1:33 pm
Forum: Help on using FreeCAD
Topic: Dimensions rounding themselves?
Replies: 25
Views: 6005

Re: Dimensions rounding themselves?

Syres wrote: Tue Aug 10, 2021 1:31 pm
OK, I can narrow the commits down to 24719 to 24787 and looking through them, my attention is taken to the commits on April 20th with text 'handle small quantities in Property Editor', there's three of them.
Excellent! I'll have a look too.