Replaced Grid/HexLocations centered for align

This commit is contained in:
Roger Maitland 2023-01-26 13:44:13 -05:00
parent 0ee290c816
commit c8928a8e68
6 changed files with 61 additions and 42 deletions

View file

@ -61,7 +61,7 @@ class Hinge(Compound):
with BuildPart() as hinge_profile:
with BuildSketch():
for i, loc in enumerate(
GridLocations(0, length / 5, 1, 5, centered=(False, False))
GridLocations(0, length / 5, 1, 5, align=(Align.MIN, Align.MIN))
):
if i % 2 == inner:
with Locations(loc):