Benjamin Nauck
Benjamin Nauck
It may be possible to make the wiki better, but until then I don't think the website will be better by simply linking to the bad wiki. After the wiki...
> > It may be possible to make the wiki better, but until then I don't think the website will be better by simply linking to the bad wiki. After...
@AjinkyaDahale if it was an easy fix, would it be possible to create a separate PR for it? (If not, I think it can wait)
A fix for trim was merged yesterday (https://github.com/FreeCAD/FreeCAD/pull/18916) and is now available in latest weekly (40176). @depthoffocus can you check if this dev build works for you?
It would be great if that can be reported as a new bug.
This is probably due to due to inverted normals. Scaling with -1 should in general be avoided in 3d applications.
You are basically turning it inside out. Why do you need to mirror fasteners instead of just placing them at the right places?
Scaling is the wrong way to place objects. I've done it myself and felt pretty smart about a hack like that in the past, but it always comes and bites...
No, the right fix is to avoid scaling using negative numbers.
> If not, what is the correct way to obtain a mirrored part, [@hyarion](https://github.com/hyarion) ? Yes this is a problem and I don't know a good way to do it...