Move screen pillars a little back (interference with keyboard

This commit is contained in:
Roberto Alsina 2023-03-30 09:34:24 -03:00
parent 682fb38852
commit 2dc9510a04
5 changed files with 4 additions and 6 deletions

Binary file not shown.

Binary file not shown.

View File

@ -33,13 +33,13 @@ ti_depth = 6.25
# Measured from top-left corner OUTSIDE
mounting_pillar_positions = [
(6, 6),
(6, 52),
(6, 48),
(120, 6),
(170, 6),
(width - 6, 6),
(width - 6, 30),
(120, 52),
(170, 52),
(120, 48),
(170, 48),
]
screen_pillars.init(mounting_pillar_positions, thickness - shell_t)

Binary file not shown.

View File

@ -13,9 +13,7 @@ def init(positions, thickness):
{
"x": 0,
"y": 0,
"shape": cq.Sketch()
.push(positions)
.trapezoid(12, 12, 90, mode="a"),
"shape": cq.Sketch().push(positions).trapezoid(12, 12, 90, mode="a"),
"height": thickness,
}
]