mirror of
https://github.com/Proteus-Typer/model-a.git
synced 2024-11-21 10:32:23 +00:00
Fix tandy lid pillars
This commit is contained in:
parent
d905b99d46
commit
9a2344c970
@ -26,7 +26,7 @@ mounting_pillar_positions = [(x, -y) for x, y in dim.mounting_pillar_positions[:
|
||||
|
||||
mounting_pillars = (
|
||||
cq.Sketch()
|
||||
.push(dim.mounting_pillar_positions)
|
||||
.push(mounting_pillar_positions)
|
||||
.trapezoid(screen_pillars.pillar_width, screen_pillars.pillar_height, 90, mode="a")
|
||||
.circle(dim.ti_radius, mode="s")
|
||||
.clean()
|
||||
|
BIN
tandy_lid.stl
BIN
tandy_lid.stl
Binary file not shown.
Loading…
Reference in New Issue
Block a user