Use actual M3 threaded insert dimensions and recommended hole sizes

This commit is contained in:
Roberto Alsina 2022-07-22 10:13:21 -03:00
parent db646b9da2
commit 9336d89414
1 changed files with 5 additions and 3 deletions

View File

@ -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("<X").fillet(5)
board_cutout = (
cq.Sketch().trapezoid(55, 50, 90, mode="a").reset().vertices("<X").fillet(5)
)
segment_breaks_top = (
cq.Sketch()