Max Wilfinger

Results 523 comments of Max Wilfinger

related: https://github.com/FreeCAD/FreeCAD/issues/11444

@MisterMakerNL I think I can close this as you've attacked most issues here.

@PaddleStroke would you get this in before the freeze to just change between alignment to part center and origin? #13854 could be later

Not feasible for me until Monday :) ![grafik](https://github.com/FreeCAD/FreeCAD/assets/6246609/88b98613-3a0c-48b1-8f0b-de7ead70cff4) That was the change in \src\Gui\TaskCSysDragger.cpp ``` #include #include #include auto gridLayout = new QGridLayout(); gridLayout->setColumnStretch(2, 1); auto tLabel = new QLabel(tr("Translation...

not bad, would you share the file or tell me how you did it?

not possible to install according to the above mentioned how-to. I get an error on pip build: ``` clang: error: invalid version number in 'MACOSX_DEPLOYMENT_TARGET=13.0' error: command '/usr/bin/clang' failed with...

@Rexbas I just figured out it works for PartDesign datums but not for the origin objects (default axes and planes for bodies and part objects) ![grafik](https://github.com/FreeCAD/FreeCAD/assets/6246609/26ff36c4-bd82-4103-848a-7e612b08ce95) I've added them to...

@Rexbas not sure if relevant but the Draft working plane actually is also able to be set to the selection and it works by selecting a face, three points, two...