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 | |||
@@ -109,2 +109,4 @@ module the_extruder( | |||
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) { |
@@ -162,3 +164,3 @@ module the_extruder( | |||
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); |
@@ -256,3 +258,3 @@ module the_extruder( | |||
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: |
@@ -284,3 +286,2 @@ module the_extruder( | |||
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]) |
@@ -323,3 +324,3 @@ module the_extruder( | |||
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 | / |