3895 |
vinchi9 |
1 |
use <rounded_screen.scad> |
|
|
2 |
use <rounded_screen_bottom_a.scad> |
|
|
3 |
use <rounded_screen_bottom_b.scad> |
|
|
4 |
use <rounded_screen_cap.scad> |
|
|
5 |
use <rounded_screen_junction.scad> |
|
|
6 |
|
|
|
7 |
|
|
|
8 |
r = 35; |
|
|
9 |
h = 20; |
|
|
10 |
thickness = 2; |
|
|
11 |
|
|
|
12 |
shield_bottom(r,h,thickness); |
|
|
13 |
#sht25(r,thickness); |
|
|
14 |
|
|
|
15 |
rotate([0,0,180]){translate([140,0,0]){strap();}} |
|
|
16 |
|
|
|
17 |
for(i=[1:2]){ |
|
|
18 |
translate([0,0,i*h]){shield_part();} |
|
|
19 |
} |
|
|
20 |
|
|
|
21 |
translate([0,0,3*h]){shield_cap(r,h,thickness);} |
|
|
22 |
|
|
|
23 |
translate([-r/1.5-thickness*2.5,0,(h/3+thickness+h-12)/2+12]){junction(h,thickness);} |