summaryrefslogtreecommitdiff
authorMichael Krelin <hacker@klever.net>2018-08-02 09:49:41 (UTC)
committer Michael Krelin <hacker@klever.net>2018-08-02 09:49:41 (UTC)
commit55b454eb6933ea66efb998d2ccb1d6eebaab214e (patch) (unidiff)
treef5137862ddf7302bee5b0aa49202efd9c3f7203e
parent1bb5552f830df0b933d498295632ac39a31c3d95 (diff)
downloadextrudery-55b454eb6933ea66efb998d2ccb1d6eebaab214e.zip
extrudery-55b454eb6933ea66efb998d2ccb1d6eebaab214e.tar.gz
extrudery-55b454eb6933ea66efb998d2ccb1d6eebaab214e.tar.bz2
another: thicken spring shell
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--another.scad2
1 files changed, 1 insertions, 1 deletions
diff --git a/another.scad b/another.scad
index 4c7b1b7..f77fa7a 100644
--- a/another.scad
+++ b/another.scad
@@ -167,49 +167,49 @@ module the_extruder(
167 cylinder(d=spring_d+spring_d_clearance,h=lsd,$fn=2*PI*spring_d); 167 cylinder(d=spring_d+spring_d_clearance,h=lsd,$fn=2*PI*spring_d);
168 sphere(d=spring_d*3/4,$fn=PI*spring_d); 168 sphere(d=spring_d*3/4,$fn=PI*spring_d);
169 } 169 }
170 }//rotate-translate 170 }//rotate-translate
171 }//difference 171 }//difference
172 // bridging patch 172 // bridging patch
173 place_idler() 173 place_idler()
174 translate([0,0,lever_thickness/2-mount_screwhead_h]) 174 translate([0,0,lever_thickness/2-mount_screwhead_h])
175 mirror([0,0,1]) 175 mirror([0,0,1])
176 cylinder(d=mount_screwhead_d,h=layer_height); 176 cylinder(d=mount_screwhead_d,h=layer_height);
177 }//translate 177 }//translate
178 }//lever module 178 }//lever module
179 179
180 module body() { 180 module body() {
181 difference() { 181 difference() {
182 union() { 182 union() {
183 cylinder(d=gearbox_d,h=body_h,$fn=2*PI*gearbox_d); 183 cylinder(d=gearbox_d,h=body_h,$fn=2*PI*gearbox_d);
184 // finger and spring support 184 // finger and spring support
185 fsw = gearbox_d/2+mount_screwhead_d/2; 185 fsw = gearbox_d/2+mount_screwhead_d/2;
186 translate([-gearbox_d/2,0,0]) difference() { 186 translate([-gearbox_d/2,0,0]) difference() {
187 union() { 187 union() {
188 hull() { 188 hull() {
189 translate([0,-longwing,ls_z]) 189 translate([0,-longwing,ls_z])
190 rotate([0,90,0]) 190 rotate([0,90,0])
191 cylinder(d=lever_thickness,h=fsw,$fn=2*PI*lever_thickness); 191 cylinder(d=max(lever_thickness,spring_d+spring_d_clearance+2*extrusion_width),h=fsw,$fn=2*PI*lever_thickness);
192 hh=body_h-ls_z; 192 hh=body_h-ls_z;
193 translate([0,0,ls_z-lever_thickness/2]) 193 translate([0,0,ls_z-lever_thickness/2])
194 mirror([0,1,0]) cube(size=[fsw,longwing-hh+lever_thickness/sqrt(2),hh+lever_thickness/2]); 194 mirror([0,1,0]) cube(size=[fsw,longwing-hh+lever_thickness/sqrt(2),hh+lever_thickness/2]);
195 hhh=ls_z; 195 hhh=ls_z;
196 translate([0,0,0]) 196 translate([0,0,0])
197 mirror([0,1,0]) cube(size=[fsw,longwing-hhh+lever_thickness/sqrt(2),hhh+lever_thickness/2]); 197 mirror([0,1,0]) cube(size=[fsw,longwing-hhh+lever_thickness/sqrt(2),hhh+lever_thickness/2]);
198 } 198 }
199 } 199 }
200 translate([0,-longwing,ls_z]) rotate([0,-90,0]) 200 translate([0,-longwing,ls_z]) rotate([0,-90,0])
201 finger_indent(d=lever_thickness-1,r=15); 201 finger_indent(d=lever_thickness-1,r=15);
202 } // translate 202 } // translate
203 203
204 // pushfit bracket 204 // pushfit bracket
205 translate([0,0,filament_elevation]) 205 translate([0,0,filament_elevation])
206 rotate([0,0,45]) translate([pulley_d/2,0,0]) 206 rotate([0,0,45]) translate([pulley_d/2,0,0])
207 rotate([-90,0,0]) 207 rotate([-90,0,0])
208 translate([0,0,mount_d/sqrt(2)/2+mount_screw_d-gearbox_d/2/*TODO:*/]) 208 translate([0,0,mount_d/sqrt(2)/2+mount_screw_d-gearbox_d/2/*TODO:*/])
209 cylinder(r=min(body_h-filament_elevation,filament_elevation)/sin(60)-epsilon,h=pf_h(pf)+gearbox_d/2/*TODO:*/,$fn=6); 209 cylinder(r=min(body_h-filament_elevation,filament_elevation)/sin(60)-epsilon,h=pf_h(pf)+gearbox_d/2/*TODO:*/,$fn=6);
210 }//union (first child of difference) 210 }//union (first child of difference)
211 // protrusion 211 // protrusion
212 translate([0,0,-1]) 212 translate([0,0,-1])
213 cylinder(d=protrusion_d+protrusion_tolerance_h,h=protrusion_h+protrusion_tolerance_v+1,$fn=2*PI*protrusion_d); 213 cylinder(d=protrusion_d+protrusion_tolerance_h,h=protrusion_h+protrusion_tolerance_v+1,$fn=2*PI*protrusion_d);
214 // mount screw holes 214 // mount screw holes
215 for(zr=[0:90:359]) rotate([0,0,zr]) translate([mount_d/2,0,0]) { 215 for(zr=[0:90:359]) rotate([0,0,zr]) translate([mount_d/2,0,0]) {