Frank David Martínez M

Results 123 comments of Frank David Martínez M

BTW `Pad.Midplane` is used in some tests: https://github.com/FreeCAD/FreeCAD/blob/ff365281551b81d937c0c6c72190eab72d4798e4/src/Mod/PartDesign/TestPartDesignGui.py#L166 https://github.com/FreeCAD/FreeCAD/blob/ff365281551b81d937c0c6c72190eab72d4798e4/src/Mod/PartDesign/PartDesignTests/TestTopologicalNamingProblem.py#L1220 https://github.com/FreeCAD/FreeCAD/blob/ff365281551b81d937c0c6c72190eab72d4798e4/tests/src/Mod/PartDesign/App/Pad.cpp#L75 ## Note `Midplane` is inherited from `ProfileBased` so maybe it should not be deprecated as there are many Feature sub...

> I'm having some trouble testing this: I've had to make some tweaks to the script to get it working in 1.1, but I'm still not getting a functional pad....

I have the similar problem with clang-15 ``` fatal error: module 'std_config' is defined in both '/home/xxx/.cache/clang/ModuleCache/307IGPE8YCJFE/std_config-1LRZ8JTHCNMTQ.pcm' and '/home/xxx/.cache/clang/ModuleCache/1J5DHBDSQ4I0A/std_config-1LRZ8JTHCNMTQ.pcm' ``` I have deleted `/home/xxx/.cache/clang/ModuleCache` but they are generated both again...