Use actual M3 threaded insert dimensions and recommended hole sizes
This commit is contained in:
parent
db646b9da2
commit
9336d89414
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user