Rev 4288 Rev 4292
Line 46... Line 46...
46 46
47 } 47 }
48 48
49 } 49 }
50   50  
51 //otvory pro uchyceni krytky rotoru -  
52 translate([0,0,hloubka_prekryti/2]) -  
53 cylinder (h = vyska_rotoru1+0.1, r=prumer_sroubu/2, center = true, $fn=100); -  
54   51
55 translate([0,0,-(vyska_rotoru1-hloubka_prekryti)/2+vyska_matky/2]) -  
56 cylinder (h = vyska_matky+0.1, r=prumer_orechu/2, center = true, $fn=100); -  
57 52
58 53
59 //otvor pro uchyceni prvni lopatky 54 //otvor pro uchyceni prvni lopatky
60 translate([hloubka_uchytu/2+(prumer_rotoru1/2-hloubka_uchytu),0,hloubka_prekryti/2]) 55 translate([hloubka_uchytu/2+(prumer_rotoru1/2-hloubka_uchytu),0,hloubka_prekryti/2])
61 cylinder (h = vyska_rotoru1+0.1, r=prumer_sroubu/2, center = true, $fn=100); 56 cylinder (h = vyska_rotoru1+0.1, r=prumer_sroubu/2, center = true, $fn=100);