/Designs/Measuring_instruments/AWS02A/CAD/src/rounded_screen/rounded_screen_complete.scad |
---|
0,0 → 1,23 |
use <rounded_screen.scad> |
use <rounded_screen_bottom_a.scad> |
use <rounded_screen_bottom_b.scad> |
use <rounded_screen_cap.scad> |
use <rounded_screen_junction.scad> |
r = 35; |
h = 20; |
thickness = 2; |
shield_bottom(r,h,thickness); |
#sht25(r,thickness); |
rotate([0,0,180]){translate([140,0,0]){strap();}} |
for(i=[1:2]){ |
translate([0,0,i*h]){shield_part();} |
} |
translate([0,0,3*h]){shield_cap(r,h,thickness);} |
translate([-r/1.5-thickness*2.5,0,(h/3+thickness+h-12)/2+12]){junction(h,thickness);} |