Make the holder more narrow to speed up print
This commit is contained in:
parent
a4d20eae5d
commit
4085f2da16
1 changed files with 2 additions and 2 deletions
|
|
@ -9,9 +9,9 @@ from ocp_vscode import *
|
||||||
### USER INPUTS ###
|
### USER INPUTS ###
|
||||||
base_thickness = 25.4 * MM
|
base_thickness = 25.4 * MM
|
||||||
wall_thickness = 9 * MM
|
wall_thickness = 9 * MM
|
||||||
slots = [i * MM for i in [22, 22, 20, 20]]
|
slots = [i * MM for i in [22, 20, 20, 20]]
|
||||||
slot_height = 60 * MM
|
slot_height = 60 * MM
|
||||||
width = 355.7 / 3 * MM # width of macbook pro
|
width = 355.7 / 4 * MM # width of macbook pro
|
||||||
###################
|
###################
|
||||||
|
|
||||||
with BuildPart() as holder: # noqa: SIM117
|
with BuildPart() as holder: # noqa: SIM117
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue