Refuerzo y agujeros para threaded insert

This commit is contained in:
Roberto Alsina 2022-07-22 07:52:39 -03:00
parent d9d44fb2bb
commit 061fa1ad95

View File

@ -51,16 +51,10 @@ segment_breaks_bottom = (
)
back_reinforcement = (
cq.Sketch()
.trapezoid(width *2/3, 15, 90, mode="a")
.reset().vertices().fillet(2)
cq.Sketch().trapezoid(width * 2 / 3, 15, 90, mode="a").reset().vertices().fillet(2)
)
threaded_inserts = (
cq.Sketch()
.rarray(width/6,0,4,1)
.circle(2.5, mode="a")
)
threaded_inserts = cq.Sketch().rarray(width / 6, 0, 4, 1).circle(2.5, mode="a")
# Holder for the screen (other half of the case)
screen_base = (