Make screen pillars more parametric

This commit is contained in:
2023-04-15 19:49:53 -03:00
parent ea06783e66
commit bd215573eb
9 changed files with 5 additions and 4 deletions

View File

@ -32,7 +32,7 @@ def init(positions, thickness):
"x": 0,
"y": 0,
"shape": cq.Sketch().push(positions).circle(screw_head_radius, mode="a"),
"depth": screw_head_depth
"depth": screw_head_depth,
},
{
"x": 0,