summaryrefslogtreecommitdiff
authorMichael Krelin <hacker@klever.net>2018-09-06 21:52:50 (UTC)
committer Michael Krelin <hacker@klever.net>2018-09-06 21:52:50 (UTC)
commit76dd6dc594580d573a8d2ec566944c20cd7019af (patch) (unidiff)
treeee9ce3964f4103eb14fc07c51189241ba8afe391
parent1409beae6cdd6520ef037b0d2a083844ce0e0c47 (diff)
downloadextrudery-76dd6dc594580d573a8d2ec566944c20cd7019af.zip
extrudery-76dd6dc594580d573a8d2ec566944c20cd7019af.tar.gz
extrudery-76dd6dc594580d573a8d2ec566944c20cd7019af.tar.bz2
adjust spring tensioner hand cutout
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--another.scad4
1 files changed, 2 insertions, 2 deletions
diff --git a/another.scad b/another.scad
index 83a4e43..4842e1b 100644
--- a/another.scad
+++ b/another.scad
@@ -361,8 +361,8 @@ module the_extruder(
361 cylinder(d1=st_screw_d+st_screw_d_tolerance,d2=bigd, 361 cylinder(d1=st_screw_d+st_screw_d_tolerance,d2=bigd,
362 h=hf+epsilon, $fn=fnd*bigd); 362 h=hf+epsilon, $fn=fnd*bigd);
363 translate([0,-(st_split_w+st_split_w_tolerance)/2,0]) hull() { 363 translate([0,-(st_split_w+st_split_w_tolerance)/2,0]) hull() {
364 cube(size=[body_h-ls_z-sp_ch-st_split_w_tolerance,st_split_w+st_split_w_tolerance,fsw+1]); 364 cube(size=[body_h-ls_z-st_w+st_split_w_tolerance,st_split_w+st_split_w_tolerance,fsw+1]);
365 translate([0,0,sp_ch+st_split_w_tolerance+1]) 365 translate([0,0,st_w+1])
366 cube(size=[body_h-ls_z+1,st_split_w+st_split_w_tolerance,fsw+1]); 366 cube(size=[body_h-ls_z+1,st_split_w+st_split_w_tolerance,fsw+1]);
367 } 367 }
368 }//translate 368 }//translate