Results 267 comments of lorenz

https://github.com/FreeCAD/FreeCAD/pull/18081

Not sure if it is related, but we have an occ issue with helical extrusion: https://github.com/looooo/freecad.gears/blob/master/tests/tests.py#L9

it is but the build logs show: -- NETGEN: not enabled > Could you check if the cmake entry BUILD_FEM_NETGEN=ON is defined? I am sorry, I checked the wrong files,...

I tested now on different platforms. Netgen works for all the qt5 builds. For the qt6-builds it's not working. One difference I see in the build logs is the following:...

Sorry for the rumours, somewhere in the commit history during updating to qt6 I had disabled BUILD_FEM_NETGEN. So this should be fixed. Thanks for the help.

for the conda-builds pch is disabled: `-D FREECAD_USE_PCH:BOOL=OFF ^` So I gues setting /Zm150 won't change anything. Is this correct?

@wwmayer any ideas why the .pdb files are created, allthough we build a "release"? ah I see now, the linker has several /DEBUG flags I think I found the answer:...

I guess we need to add some backward compatibility functions. Can you post the file, so we can work on this?

Do you also have the file where you didn't manually updated from teeth -> num_teeth (the origin file which worked with an older version of freecad.gears? The version you posted...

if you pull the latest master (update the freecad.gears addon) the hole-properties shouldn't be a problem anymore. But I guess you will still run into the teeth->num_teeth issue. @wwmayer do...