3x380V

Results 205 comments of 3x380V

> Bad news: after the first recompute the assembly gets messed up That seems to be caused by LCS migration, it even warns about that: _This file was created with...

@CalligaroV, problem fixed by #18548 as mentioned above.

So #16962 will be true for MacOS as well... @pskowronskiTDx, any plans to make it runtime decision?

Does „[Sketcher] Refactor SketchObject::trim()” belong here or not (either commit message is wrong or it should be omited). Also no `else if` after `return`. I guess you will touch such...

> > Does „[Sketcher] Refactor SketchObject::trim()” belong here or not (either commit message is wrong or it should be omited). > > It is similar to commits that refactor other...

Thank you. It just was not clear from commit message whenever this is existing issue or new regression. Also, I second @FEA-eng's question. Is this intended for 1.0?

@sgahf, could you try the linked fix? And in case the problem persist, open issue for it and provide test case. Thank you.

As @bofdahof summed nicely objections I had against decisions coming of those meeting many times before, let me skip this part ;-) I'm still considering any kind of automatic code...

Let me clarify something out: I like the change itself. Aligning to the parentheses makes a lot of code construct look awful, but I strongly object to the way this...

> The code is written only once, and then read all over again, by multiple people - often multiple times. That is why having readable formatting, good names is very...