mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
Fix coordinates in Locations context
This commit is contained in:
parent
6bb5cb47f6
commit
86a69a4d04
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue