Rev 4600 Rev 4601
Line 54... Line 54...
54 { 54 {
55 union() 55 union()
56 { 56 {
57 //závit na ukotvení rotoru 57 //závit na ukotvení rotoru
58 //zakladni material 58 //zakladni material
59 cylinder (h = (S01_prumer_vnitrni/2+4*S01_sila_materialu)+R01_vyska_preryti_statoru, r=(lozisko_prumer_vnejsi/2-1)+2, $fn=100); 59 cylinder (h = (S01_prumer_vnitrni/2+4*S01_sila_materialu)+R01_vyska_preryti_statoru, r=(lozisko_prumer_vnejsi/2-1), $fn=100);
60 60
61 vyztuhy(); 61 vyztuhy();
62 } 62 }
63   63  
64 //vnitrni zavit 64 //vnitrni zavit
65 translate([0,0,-5]) 65 translate([0,0,-5])
66 screw_thread((15),3,55,R01_vyska_preryti_statoru+10,PI/2,2); 66 screw_thread((12),3,55,R01_vyska_preryti_statoru+10,PI/2,2);
67 67
68 //za závitem aby to slo tisknout 68 //za závitem aby to slo tisknout
69 translate([0,0,R01_vyska_preryti_statoru+5]) 69 translate([0,0,R01_vyska_preryti_statoru+5])
70 cylinder(h=(5), r1=(15)/2, r2=0, center=false, $fn=100); 70 cylinder(h=(5), r1=(12)/2, r2=0, center=false, $fn=100);
71 71
72 difference() 72 difference()
73 { 73 {
74 translate([0,0,R01_vyska_preryti_statoru]) 74 translate([0,0,R01_vyska_preryti_statoru])
75 sphere(d = (S01_prumer_vnitrni/2+5*S01_sila_materialu)*2+10, $fn=100); 75 sphere(d = (S01_prumer_vnitrni/2+5*S01_sila_materialu)*2+10, $fn=100);
Line 129... Line 129...
129 translate([-L01_hrana_drzaku_a,0,0]) 129 translate([-L01_hrana_drzaku_a,0,0])
130 cube([L01_hrana_drzaku_a,L01_delka_uchytu+L01_prumer_lopatky/2+10,L01_hrana_drzaku_b],center=false); 130 cube([L01_hrana_drzaku_a,L01_delka_uchytu+L01_prumer_lopatky/2+10,L01_hrana_drzaku_b],center=false);
131 131
132 //podpěra 132 //podpěra
133 translate([0,0,0]) 133 translate([0,0,0])
134 cylinder(h=(L01_prumer_lopatky/2), r1=L01_prumer_lopatky/3.5, r2=L01_prumer_lopatky/2, center=false, $fn=100); 134 cylinder(h=(L01_prumer_lopatky/2), r1=(L01_prumer_lopatky)/3.5, r2=(L01_prumer_lopatky-1)/2, center=false, $fn=100);
135 135
136 } 136 }
137 137
138 138
139 translate([0,0,L01_prumer_lopatky/2]) 139 translate([0,0,L01_prumer_lopatky/2])