From a4d20eae5da6ec5ae8d68c5215fb6405fc424ed3 Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Wed, 9 Sep 2026 23:19:54 -0400 Subject: [PATCH] Strengthen headphone holder --- headphone_holder.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/headphone_holder.py b/headphone_holder.py index b9379fe..fad23ae 100644 --- a/headphone_holder.py +++ b/headphone_holder.py @@ -10,12 +10,12 @@ height = 1.0 * IN hole_spacing = 1.5 * IN x_padding = 0.25 * IN y_padding = 0.25 * IN -thickness = 0.1 * IN +thickness = 0.15 * IN headphone_holder_thickness = 1.75 * IN holder_roc = 3.75 * IN -bolt_diameter = 3 / 16 * IN +bolt_diameter = 5 / 16 * IN lip_length = 0.15 * IN -lip_thickness = 0.15 * IN +lip_thickness = 0.25 * IN with BuildPart() as holder: @@ -67,5 +67,4 @@ with BuildPart() as holder: make_face() loft() - show(holder) export_stl(holder.part, "headphone_holder.stl")