From feff671562cb45fb9b0f305e97f2e0d54facefb3 Mon Sep 17 00:00:00 2001 From: wes Date: Sun, 30 Mar 2025 10:53:16 -0400 Subject: [PATCH] fix lid --- carlson_amp_enclosure.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/carlson_amp_enclosure.py b/carlson_amp_enclosure.py index e9b6c5e..ecd6859 100644 --- a/carlson_amp_enclosure.py +++ b/carlson_amp_enclosure.py @@ -82,7 +82,7 @@ top = top.workplane(offset=-2.6).box( ) top = top.workplane(offset=-1.7).box( - box_length - wall_thickness - 0.05, box_width - wall_thickness - 0.05, 1 + box_length - wall_thickness - 0.05, box_width - wall_thickness - 0.05, 2 ) top = ( @@ -93,7 +93,7 @@ top = ( forConstruction=True, ) .vertices() - .cboreHole(2.9, 3.5, 4.1) + .cboreHole(2.4, 4.2, 2.1) ) speaker_length = ( @@ -120,10 +120,10 @@ top = ( .cylinder(5, speaker_width / 2.0, combine="cut") ) -top = top.workplane(offset=1).box(10, 20.8, 3.0, combine="cut") +top = top.workplane(offset=2).box(10, 20.8, 5.0, combine="cut") top = ( - top.workplane(offset=1).move(10.5 / 2.0, 0).cylinder(3.0, 20.8 / 2.0, combine="cut") + top.workplane(offset=2).move(10.5 / 2.0, 0).cylinder(5.0, 20.8 / 2.0, combine="cut") ) top = (