Rev 4143 Rev 4188
Line 6... Line 6...
6 TEG_xsize = 40.1; 6 TEG_xsize = 40.1;
7 TEG_ysize = 40.1; 7 TEG_ysize = 40.1;
8 TEG_zsize = 8; 8 TEG_zsize = 8;
9   9  
10 mount_hole = 3.5; // mounting screw hole diameter 10 mount_hole = 3.5; // mounting screw hole diameter
11 clearance = 0.175; // spare clearance for printing tolerances. 11 clearance = 1.0; // spare clearance for printing tolerances.
12 sealing_ring_width = 3; // width of sealing gab under the cover 12 sealing_ring_width = 3; // width of sealing gab under the cover
13 wall_thickness = 12; // thickness of the box wall 13 wall_thickness = 12; // thickness of the box wall
14 volume_encore = 10; // space added to the size of internar heatsink 14 volume_encore = 10; // space added to the size of internar heatsink
15   15  
16 height = heatsink_zsize + TEG_zsize+volume_encore; 16 height = heatsink_zsize + TEG_zsize+volume_encore;
Line 117... Line 117...
117 } 117 }
118 } 118 }
119 } 119 }
120 } 120 }
121   121  
122 cover (); -  
123 122 //cover ();
-   123 box();
-   124
124 125