author | Michael Krelin <hacker@klever.net> | 2018-09-01 11:39:18 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2018-09-01 11:39:18 (UTC) |
commit | 6847b07f69c54d67a98e178db703c4b1f4e6bc67 (patch) (unidiff) | |
tree | 7e936563f33737dfea9a5f4c35824ea25eedfbbf | |
parent | 8dd62c375a2df44eaa42a4ac58905f15d4b17cca (diff) | |
download | extrudery-6847b07f69c54d67a98e178db703c4b1f4e6bc67.zip extrudery-6847b07f69c54d67a98e178db703c4b1f4e6bc67.tar.gz extrudery-6847b07f69c54d67a98e178db703c4b1f4e6bc67.tar.bz2 |
add spring tensioner screw to vitamins
-rw-r--r-- | another.scad | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/another.scad b/another.scad index 8334b11..1811584 100644 --- a/another.scad +++ b/another.scad | |||
@@ -25,25 +25,25 @@ module the_extruder( | |||
25 | spring_d = 10, spring_lc = 9.6, // spring diameter and compressed length | 25 | spring_d = 10, spring_lc = 9.6, // spring diameter and compressed length |
26 | // filament path properties | 26 | // filament path properties |
27 | filament_d = 1.75, | 27 | filament_d = 1.75, |
28 | filament_path_d = 2, | 28 | filament_path_d = 2, |
29 | filament_guide_d = 4, // PTFE filament guide diameter | 29 | filament_guide_d = 4, // PTFE filament guide diameter |
30 | // knob properties | 30 | // knob properties |
31 | knob_h = 10, | 31 | knob_h = 10, |
32 | knob_indent_d = 4, | 32 | knob_indent_d = 4, |
33 | knob_indents = 12, | 33 | knob_indents = 12, |
34 | knob_v_clearance = 1, | 34 | knob_v_clearance = 1, |
35 | // spring tensioner | 35 | // spring tensioner |
36 | st_nut_d = 9, st_nut_h = 4, | 36 | st_nut_d = 9, st_nut_h = 4, |
37 | st_screw_d = 5, | 37 | st_screw_d = 5, st_screw_l = 16, |
38 | st_thickshell = 8*extrusion_width, st_thinshell = 2*extrusion_width, | 38 | st_thickshell = 8*extrusion_width, st_thinshell = 2*extrusion_width, |
39 | st_split_w = 4*extrusion_width, | 39 | st_split_w = 4*extrusion_width, |
40 | 40 | ||
41 | // screw it | 41 | // screw it |
42 | mount_screw_d = 3.1, mount_screw_l = 20, | 42 | mount_screw_d = 3.1, mount_screw_l = 20, |
43 | mount_screwhead_d=6, mount_screwhead_h=3, | 43 | mount_screwhead_d=6, mount_screwhead_h=3, |
44 | idler_screw_d = 3, | 44 | idler_screw_d = 3, |
45 | idler_screwhead_d=6, idler_screwhead_h=3, | 45 | idler_screwhead_d=6, idler_screwhead_h=3, |
46 | 46 | ||
47 | pf = pushfit_metal, | 47 | pf = pushfit_metal, |
48 | pf_shell = max(3*layer_height,3*extrusion_width), | 48 | pf_shell = max(3*layer_height,3*extrusion_width), |
49 | 49 | ||
@@ -160,25 +160,29 @@ module the_extruder( | |||
160 | translate([pulley_d/2-idler_filament_offset,0,0]) rotate([90,0,0]) { | 160 | translate([pulley_d/2-idler_filament_offset,0,0]) rotate([90,0,0]) { |
161 | cylinder(d=filament_d,h=gearbox_d,center=false,$fn=15); | 161 | cylinder(d=filament_d,h=gearbox_d,center=false,$fn=15); |
162 | }//rotate translate | 162 | }//rotate translate |
163 | translate([pulley_d/2+filament_offset,0,0]) rotate([-90,0,0]) { | 163 | translate([pulley_d/2+filament_offset,0,0]) rotate([-90,0,0]) { |
164 | cylinder(d=filament_d,h=gearbox_d,center=false,$fn=15); | 164 | cylinder(d=filament_d,h=gearbox_d,center=false,$fn=15); |
165 | translate([0,0,pf_offset]) | 165 | translate([0,0,pf_offset]) |
166 | pushfit(pf); | 166 | pushfit(pf); |
167 | }//rotate translate | 167 | }//rotate translate |
168 | }//rotate | 168 | }//rotate |
169 | }//translate teeth | 169 | }//translate teeth |
170 | }//translate pulley | 170 | }//translate pulley |
171 | }//translate protrusion | 171 | }//translate protrusion |
172 | }//vitamins | 172 | // spring tensioner screw |
173 | translate([-gearbox_d/2,-longwing,ls_z]) | ||
174 | rotate([0,90,0]) | ||
175 | cylinder(d=st_screw_d,h=st_screw_l); | ||
176 | }//mirrorleft if(vitamins) | ||
173 | 177 | ||
174 | module lever() { | 178 | module lever() { |
175 | translate([0,0,protrusion_h+pulley_elevation+teeth_elevation]) { | 179 | translate([0,0,protrusion_h+pulley_elevation+teeth_elevation]) { |
176 | difference() { | 180 | difference() { |
177 | union() { | 181 | union() { |
178 | hull() { | 182 | hull() { |
179 | place_idler() | 183 | place_idler() |
180 | cylinder(d=lsd,h=lever_thickness,center=true,$fn=60); | 184 | cylinder(d=lsd,h=lever_thickness,center=true,$fn=60); |
181 | translate([mount_d/2,0,0]) | 185 | translate([mount_d/2,0,0]) |
182 | cylinder(d=lsd,h=lever_thickness,center=true,$fn=60); | 186 | cylinder(d=lsd,h=lever_thickness,center=true,$fn=60); |
183 | }//hull | 187 | }//hull |
184 | hull() { | 188 | hull() { |