Make the holder more narrow to speed up print

This commit is contained in:
Alex Selimov 2026-09-18 22:40:45 -04:00
parent a4d20eae5d
commit 4085f2da16

View file

@ -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