summaryrefslogtreecommitdiff
authorMichael Krelin <hacker@klever.net>2018-08-02 11:22:53 (UTC)
committer Michael Krelin <hacker@klever.net>2018-08-02 11:22:53 (UTC)
commit62df5d5cfcaa6ede9f3b6441de8a0a3a963d9d97 (patch) (side-by-side diff)
tree4cf290f136c445a98b12adf018114e48ba9c3ba7
parentc593ffe06e8895aaaf00c7c13751c67fac959b8c (diff)
downloadextrudery-62df5d5cfcaa6ede9f3b6441de8a0a3a963d9d97.zip
extrudery-62df5d5cfcaa6ede9f3b6441de8a0a3a963d9d97.tar.gz
extrudery-62df5d5cfcaa6ede9f3b6441de8a0a3a963d9d97.tar.bz2
minor cleanup
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--another.scad5
1 files changed, 0 insertions, 5 deletions
diff --git a/another.scad b/another.scad
index 41f40bc..302e314 100644
--- a/another.scad
+++ b/another.scad
@@ -279,29 +279,24 @@ module the_extruder(
cube(size=[gearbox_d,gearbox_d,lever_thickness+lever_v_clearance]);
translate([0,0,ls_z-ls_h/2]) {
translate([mount_screwhead_d/2,0,0])
mirror([0,1,0])
cube(size=[gearbox_d,gearbox_d/2+1,lever_thickness+lever_v_clearance]);
}
//translate([-mount_d/2,-longwing,filament_elevation])
if(!tensioner) translate([mount_d/2,-longwing,filament_elevation])
rotate([0,-90,0]) difference() {
cylinder(d=spring_d+spring_d_clearance,h=spring_lc+spring_dl,$fn=PI*spring_d);
translate([0,0,spring_lc+spring_dl]) sphere(d=spring_d*3/4,$fn=PI*spring_d);
}
- //sphere(d=spring_d*3/4,$fn=PI*spring_d);
- * difference() {
- // spring support
- translate([0,-longwing,filament_elevation])
- sphere(d=spring_d*3/4,$fn=PI*spring_d);
}
}//difference
if(supports) intersection() {
difference() {
translate([0,0,ls_z-ls_h/2-epsilon])
cylinder(d=gearbox_d,h=ls_h+2*epsilon,$fn=2*PI*gearbox_d);
cylinder(d=pulley_d+pulley_clearance,h=body_h+1,$fn=2*PI*(pulley_d+pulley_clearance));
}
// supports
// TODO: hardcoded stuff below…