author | Michael Krelin <hacker@klever.net> | 2018-09-01 11:29:30 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2018-09-01 11:29:30 (UTC) |
commit | 8dd62c375a2df44eaa42a4ac58905f15d4b17cca (patch) (unidiff) | |
tree | 8367f583086adf69cd40eba8cdda9e61a9ef4936 | |
parent | 3c20c090273e3f87fc3d0e50d031400f57aff238 (diff) | |
download | extrudery-8dd62c375a2df44eaa42a4ac58905f15d4b17cca.zip extrudery-8dd62c375a2df44eaa42a4ac58905f15d4b17cca.tar.gz extrudery-8dd62c375a2df44eaa42a4ac58905f15d4b17cca.tar.bz2 |
move pushfit a tiny bit closer
-rw-r--r-- | another.scad | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/another.scad b/another.scad index 0d67286..8334b11 100644 --- a/another.scad +++ b/another.scad | |||
@@ -108,4 +108,6 @@ module the_extruder( | |||
108 | echo("mount depth",mount_depth); | 108 | echo("mount depth",mount_depth); |
109 | 109 | ||
110 | pf_offset = mount_d/sqrt(2)/2+mount_screw_d/2+min_xy_shell; | ||
111 | |||
110 | module teardrop(r,d,h,center=false,angle=45) { | 112 | module teardrop(r,d,h,center=false,angle=45) { |
111 | dd = d ? d : (2*r); | 113 | dd = d ? d : (2*r); |
@@ -161,5 +163,5 @@ module the_extruder( | |||
161 | 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]) { |
162 | cylinder(d=filament_d,h=gearbox_d,center=false,$fn=15); | 164 | cylinder(d=filament_d,h=gearbox_d,center=false,$fn=15); |
163 | translate([0,0,mount_d/sqrt(2)/2+mount_screw_d]) | 165 | translate([0,0,pf_offset]) |
164 | pushfit(pf); | 166 | pushfit(pf); |
165 | }//rotate translate | 167 | }//rotate translate |
@@ -255,5 +257,5 @@ module the_extruder( | |||
255 | rotate([0,0,45]) translate([pulley_d/2+filament_offset,0,0]) | 257 | rotate([0,0,45]) translate([pulley_d/2+filament_offset,0,0]) |
256 | rotate([-90,0,0]) | 258 | rotate([-90,0,0]) |
257 | translate([0,0,mount_d/sqrt(2)/2+mount_screw_d-gearbox_d/2/*TODO:*/]) { | 259 | translate([0,0,pf_offset-gearbox_d/2/*TODO:*/]) { |
258 | pfbl = pf_h(pf)+gearbox_d/2; //TODO: | 260 | pfbl = pf_h(pf)+gearbox_d/2; //TODO: |
259 | pfbd = pf_d(pf)+2*pf_shell; | 261 | pfbd = pf_d(pf)+2*pf_shell; |
@@ -283,5 +285,4 @@ module the_extruder( | |||
283 | }//for | 285 | }//for |
284 | // pushfit | 286 | // pushfit |
285 | pf_offset = mount_d/sqrt(2)/2+mount_screw_d; | ||
286 | translate([0,0,filament_elevation]) | 287 | translate([0,0,filament_elevation]) |
287 | rotate([0,0,45]) translate([pulley_d/2+filament_offset,0,0]) | 288 | rotate([0,0,45]) translate([pulley_d/2+filament_offset,0,0]) |
@@ -322,5 +323,5 @@ module the_extruder( | |||
322 | // but I want to sleep. | 323 | // but I want to sleep. |
323 | a0_ = atan( | 324 | a0_ = atan( |
324 | (mount_d/sqrt(2)/2+mount_screw_d+pf_h(pf)+gearbox_d/2) | 325 | (pf_offset+pf_h(pf)+gearbox_d/2) |
325 | / | 326 | / |
326 | ( | 327 | ( |