Rev 4490 Rev 4528
Line 1... Line 1...
1 $fn=40; // model faces resolution. 1 $fn=40; // model faces resolution.
2 include <../configuration.scad> 2 include <../configuration.scad>
3   3  
4 //dilec do loziska 4 //podložka u ložiska - nahrazena kovovou
5 module WINDGAUGE02A_R04 () 5 module WINDGAUGE02A_R04 ()
6 { 6 {
7 difference() 7 difference()
8 { 8 {
9   -  
10 union() 9 union()
11 { 10 {
12 translate([0,0,0]) 11 translate([0,0,0])
13 cylinder (h = S01_sila_materialu, r=(lozisko_prumer_vnitrni+2*lozisko_prekryv)/2, center = true, $fn=100); 12 cylinder (h = S01_sila_materialu, r=(lozisko_prumer_vnitrni+2*lozisko_prekryv)/2, center = true, $fn=100);
14 -  
15 13 }
16 } 14
17 translate([0,0,1/2*S01_sila_materialu-(lozisko_vyska)/2]) 15 translate([0,0,1/2*S01_sila_materialu-(lozisko_vyska)/2])
18 cylinder (h = 2*S01_sila_materialu+lozisko_vyska+0.1, r=((prumer_osicky)/2), center = true, $fn=100); 16 cylinder (h = 2*S01_sila_materialu+lozisko_vyska+0.1, r=((prumer_osicky)/2), center = true, $fn=100);
19 -  
20 17 }
21 } 18 }
22 } -  
23 19
24 WINDGAUGE02A_R04 (); 20 WINDGAUGE02A_R04 ();
25 21