Single mounting beam at the back

This commit is contained in:
Roberto Alsina 2022-11-30 07:43:14 -03:00
parent a2932a4e49
commit e4a011f5bd
1 changed files with 1 additions and 1 deletions

View File

@ -40,8 +40,8 @@ kbd_cable_hole = cq.Sketch().trapezoid(15, 5, 90, mode="a").vertices().fillet(1)
mounting_pillars = (
cq.Sketch()
.polygon([(0, 0), (width, 0), (width, -12), (0, -12), (0, 0)], mode="a")
.push(mounting_pillar_positions)
.trapezoid(12, 12, 90, mode="a")
.circle(ti_radius, mode="s")
)