Refuerzo y agujeros para threaded insert
This commit is contained in:
parent
d9d44fb2bb
commit
061fa1ad95
@ -51,16 +51,10 @@ segment_breaks_bottom = (
|
|||||||
)
|
)
|
||||||
|
|
||||||
back_reinforcement = (
|
back_reinforcement = (
|
||||||
cq.Sketch()
|
cq.Sketch().trapezoid(width * 2 / 3, 15, 90, mode="a").reset().vertices().fillet(2)
|
||||||
.trapezoid(width *2/3, 15, 90, mode="a")
|
|
||||||
.reset().vertices().fillet(2)
|
|
||||||
)
|
)
|
||||||
|
|
||||||
threaded_inserts = (
|
threaded_inserts = cq.Sketch().rarray(width / 6, 0, 4, 1).circle(2.5, mode="a")
|
||||||
cq.Sketch()
|
|
||||||
.rarray(width/6,0,4,1)
|
|
||||||
.circle(2.5, mode="a")
|
|
||||||
)
|
|
||||||
|
|
||||||
# Holder for the screen (other half of the case)
|
# Holder for the screen (other half of the case)
|
||||||
screen_base = (
|
screen_base = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user