Fix coordinates in Locations context

This commit is contained in:
javimixet 2025-11-10 23:30:13 +01:00 committed by GitHub
parent 6bb5cb47f6
commit 86a69a4d04
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,7 +25,7 @@ with BuildPart() as p:
fillet(edgs, 9)
with Locations(zz.faces().sort_by(Axis.Y)[0]):
with Locations((42 / 2 + 6, 0)):
with Locations((0, 42 / 2 + 6)):
CounterBoreHole(24 / 2, 34 / 2, 4)
mirror(about=Plane.XZ)