Thicker walls
This commit is contained in:
parent
db5e874d91
commit
f549fb32b0
@ -47,6 +47,7 @@ def model():
|
|||||||
.workplane()
|
.workplane()
|
||||||
.tag("mid_height")
|
.tag("mid_height")
|
||||||
.box(width, 59, 62)
|
.box(width, 59, 62)
|
||||||
|
# The screen goes at a 45 degree angle
|
||||||
.faces(">Z")
|
.faces(">Z")
|
||||||
.transformed(rotate=(45, 0, 0))
|
.transformed(rotate=(45, 0, 0))
|
||||||
# Move the screen "lower" so it doesn't interfere
|
# Move the screen "lower" so it doesn't interfere
|
||||||
@ -75,12 +76,12 @@ def model():
|
|||||||
.cutBlind(100)
|
.cutBlind(100)
|
||||||
# Make it hollow
|
# Make it hollow
|
||||||
.faces("<Z")
|
.faces("<Z")
|
||||||
.shell(-2)
|
.shell(-2.5)
|
||||||
# Cut hole for the screen board and cables
|
# Cut hole for the screen board and cables
|
||||||
.workplaneFromTagged("slanted")
|
.workplaneFromTagged("slanted")
|
||||||
.workplane(offset=-scr_thickness, centerOption="CenterOfBoundBox")
|
.workplane(offset=-scr_thickness, centerOption="CenterOfBoundBox")
|
||||||
.placeSketch(board_cutout)
|
.placeSketch(board_cutout)
|
||||||
.cutBlind(-5)
|
.cutBlind(-6)
|
||||||
# Fillet top of the object
|
# Fillet top of the object
|
||||||
.edges(">Z and |X")
|
.edges(">Z and |X")
|
||||||
.fillet(5)
|
.fillet(5)
|
||||||
|
Loading…
Reference in New Issue
Block a user