Don't modify dim.pillar positions

This commit is contained in:
Roberto Alsina 2023-04-15 19:52:36 -03:00
parent bd215573eb
commit bae753ba0a
1 changed files with 1 additions and 1 deletions

View File

@ -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()