Re-add back strip so mounting pillars print easier

This commit is contained in:
Roberto Alsina 2023-01-30 18:01:50 -03:00
parent dbaa9832f8
commit 6eb3eba4f2
5 changed files with 18130 additions and 19360 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -44,9 +44,11 @@ kbd_cable_hole = cq.Sketch().trapezoid(20, 9, 90, mode="a").vertices().fillet(1)
mounting_pillars = ( mounting_pillars = (
cq.Sketch() cq.Sketch()
.polygon([(0, 0), (width, 0), (width, -12), (0, -12), (0, 0)], mode="a")
.push(mounting_pillar_positions) .push(mounting_pillar_positions)
.trapezoid(-12, 12, 90, mode="a") .trapezoid(-12, 12, 90, mode="a")
.circle(ti_radius, mode="s") .circle(ti_radius, mode="s")
.clean()
) )

File diff suppressed because it is too large Load Diff