Adjust screen mount so it works with new base

This commit is contained in:
Roberto Alsina 2023-03-28 11:20:34 -03:00
parent 0a2bba4067
commit 74a17e04ec
4 changed files with 3 additions and 0 deletions

Binary file not shown.

View File

@ -42,6 +42,9 @@ 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
mounting_pillar_positions = [(x, -y) for x, y in mounting_pillar_positions]
mounting_pillars = (
cq.Sketch()
.push(mounting_pillar_positions)

Binary file not shown.