Don't modify dim.pillar positions
This commit is contained in:
parent
bd215573eb
commit
bae753ba0a
@ -22,7 +22,7 @@ board_cutout = cq.Sketch().trapezoid(
|
||||
kbd_cable_hole = cq.Sketch().trapezoid(20, 9, 90, mode="a").vertices().fillet(1)
|
||||
|
||||
# y needs to be inverted because this is the top side, and there's 2 pillars we don't use
|
||||
dim.mounting_pillar_positions = [(x, -y) for x, y in dim.mounting_pillar_positions[:-2]]
|
||||
mounting_pillar_positions = [(x, -y) for x, y in dim.mounting_pillar_positions[:-2]]
|
||||
|
||||
mounting_pillars = (
|
||||
cq.Sketch()
|
||||
|
Loading…
Reference in New Issue
Block a user