Line 131... |
Line 131... |
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-1)/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 |
|
- |
|
137 |
|
136 |
} |
138 |
} |
137 |
|
139 |
|
138 |
|
140 |
|
139 |
translate([0,0,L01_prumer_lopatky/2]) |
141 |
translate([0,0,L01_prumer_lopatky/2]) |
140 |
sphere(d = L01_prumer_lopatky-L01_sila_materialu_lopatky*2, $fn=100); |
142 |
sphere(d = L01_prumer_lopatky-L01_sila_materialu_lopatky*2, $fn=100); |
141 |
|
143 |
|
142 |
translate([0,-L01_prumer_lopatky,0]) |
144 |
translate([0,-L01_prumer_lopatky,0]) |
143 |
cube([L01_prumer_lopatky+0.01,2*(L01_delka_uchytu+L01_prumer_lopatky/2+10),L01_prumer_lopatky],center=false); |
145 |
cube([L01_prumer_lopatky+0.01,2*(L01_delka_uchytu+L01_prumer_lopatky/2+10),L01_prumer_lopatky],center=false); |
144 |
|
146 |
|
145 |
} |
147 |
} |
- |
|
148 |
|
- |
|
149 |
polomer_valce=2; |
- |
|
150 |
//válec pro vylepšení tisku |
- |
|
151 |
translate([-polomer_valce,L01_prumer_lopatky/2+1.5+L01_sila_materialu_lopatky,0]) |
- |
|
152 |
cylinder(h=(L01_prumer_lopatky), r1=polomer_valce, r2=polomer_valce, center=false, $fn=100); |
- |
|
153 |
|
146 |
} |
154 |
} |
- |
|
155 |
|
- |
|
156 |
|