Skip to content

Commit c41c6b2

Browse files
committed
enclosure/U_BOX added a height modulation to fit 76mm speaker of 56 mm height.
1 parent c6c7c81 commit c41c6b2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

enclosure/U_Box_V105_Krake_RevB.scad

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ PWA = 0;
4949
SPK = 0;
5050
HEAT_SET_INSERTS = 0;
5151
SPKLid = 0;
52+
Krake_76mmSPK_56h = 1; // turn off if using Cricklewood Speaker 40 mm height and if using 28 mm speaker
5253

5354
///////////////// speakers //////////
5455
//SoundLabSPK = 1;
@@ -62,15 +63,15 @@ SpeakerDiameter_mm= Krake_rev2_76mmSPK? 78 : 27;
6263
SpeakerRadius_mm=SpeakerDiameter_mm/2;
6364
SpeakerHeight_mm = Krake_rev2_76mmSPK ? 40 : 0;
6465

65-
66+
6667

6768

6869
translationVariable = Krake_rev2_76mmSPK ? 4 * SpeakerHeight_mm -5: 0 ;
6970
////////////////////////////////////////////////////////////////////
7071

7172
Length = 83.82 + 13 +translationVariable; //x axis
7273
Width = 138 + 13; //y axis axis
73-
Height = 40 + SpeakerHeight_mm/2; //z axis was 40
74+
Height = Krake_76mmSPK_56h? 90 + SpeakerHeight_mm/2 : 40 + SpeakerHeight_mm/2; //z axis was 40
7475
Thick = 2; // Wall thickness
7576
Filet = 2; // Corner rounding
7677
Resolution = 50; // Filet smoothness

0 commit comments

Comments
 (0)