/Modules/Mechanical/WINDGAUGE02A/CAD/SRC/WINDGAUGE02A_R01.scad
56,7 → 56,7
{
//závit na ukotvení rotoru
//zakladni material
cylinder (h = (S01_prumer_vnitrni/2+4*S01_sila_materialu)+R01_vyska_preryti_statoru, r=(lozisko_prumer_vnejsi/2-1)+2, $fn=100);
cylinder (h = (S01_prumer_vnitrni/2+4*S01_sila_materialu)+R01_vyska_preryti_statoru, r=(lozisko_prumer_vnejsi/2-1), $fn=100);
vyztuhy();
}
63,11 → 63,11
 
//vnitrni zavit
translate([0,0,-5])
screw_thread((15),3,55,R01_vyska_preryti_statoru+10,PI/2,2);
screw_thread((12),3,55,R01_vyska_preryti_statoru+10,PI/2,2);
//za závitem aby to slo tisknout
translate([0,0,R01_vyska_preryti_statoru+5])
cylinder(h=(5), r1=(15)/2, r2=0, center=false, $fn=100);
cylinder(h=(5), r1=(12)/2, r2=0, center=false, $fn=100);
difference()
{
131,7 → 131,7
//podpěra
translate([0,0,0])
cylinder(h=(L01_prumer_lopatky/2), r1=L01_prumer_lopatky/3.5, r2=L01_prumer_lopatky/2, center=false, $fn=100);
cylinder(h=(L01_prumer_lopatky/2), r1=(L01_prumer_lopatky)/3.5, r2=(L01_prumer_lopatky-1)/2, center=false, $fn=100);
}