File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ PWA = 0;
4949SPK = 0 ;
5050HEAT_SET_INSERTS = 0 ;
5151SPKLid = 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;
6263SpeakerRadius_mm= SpeakerDiameter_mm/2 ;
6364SpeakerHeight_mm = Krake_rev2_76mmSPK ? 40 : 0 ;
6465
65-
66+
6667
6768
6869translationVariable = Krake_rev2_76mmSPK ? 4 * SpeakerHeight_mm - 5 : 0 ;
6970// //////////////////////////////////////////////////////////////////
7071
7172Length = 83.82 + 13 + translationVariable; // x axis
7273Width = 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
7475Thick = 2 ; // Wall thickness
7576Filet = 2 ; // Corner rounding
7677Resolution = 50 ; // Filet smoothness
You can’t perform that action at this time.
0 commit comments