From 061fa1ad9514ed1740f54cea45290808c91c1049 Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Fri, 22 Jul 2022 07:52:39 -0300 Subject: [PATCH] Refuerzo y agujeros para threaded insert --- monitor/modelo.py | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/monitor/modelo.py b/monitor/modelo.py index 9f1084b..8af635b 100644 --- a/monitor/modelo.py +++ b/monitor/modelo.py @@ -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 = (