Adjust screen mount so it works with new base
This commit is contained in:
parent
0a2bba4067
commit
74a17e04ec
Binary file not shown.
Binary file not shown.
@ -42,6 +42,9 @@ board_cutout = cq.Sketch().trapezoid(
|
|||||||
|
|
||||||
kbd_cable_hole = cq.Sketch().trapezoid(20, 9, 90, mode="a").vertices().fillet(1)
|
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 = (
|
mounting_pillars = (
|
||||||
cq.Sketch()
|
cq.Sketch()
|
||||||
.push(mounting_pillar_positions)
|
.push(mounting_pillar_positions)
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user