From 9336d89414bccaa159898450cef6b588aefd9708 Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Fri, 22 Jul 2022 10:13:21 -0300 Subject: [PATCH] Use actual M3 threaded insert dimensions and recommended hole sizes --- monitor/modelo.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/monitor/modelo.py b/monitor/modelo.py index bd375ca..929d0b0 100644 --- a/monitor/modelo.py +++ b/monitor/modelo.py @@ -30,15 +30,17 @@ display_bottom_margin = display_top_margin # Symmetrical # Threaded insert hole dimensions -ti_width = 3 -ti_depth = 3.5 +ti_width = 4.5 +ti_depth = 7.5 screen_cutout = ( cq.Sketch().trapezoid(screen_w, screen_l, 90, mode="a").reset().vertices().fillet(1) ) -board_cutout = cq.Sketch().trapezoid(55, 50, 90, mode="a").reset().vertices("