From 76dd6dc594580d573a8d2ec566944c20cd7019af Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Thu, 06 Sep 2018 21:52:50 +0000 Subject: adjust spring tensioner hand cutout --- 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( cylinder(d1=st_screw_d+st_screw_d_tolerance,d2=bigd, h=hf+epsilon, $fn=fnd*bigd); translate([0,-(st_split_w+st_split_w_tolerance)/2,0]) hull() { - cube(size=[body_h-ls_z-sp_ch-st_split_w_tolerance,st_split_w+st_split_w_tolerance,fsw+1]); - translate([0,0,sp_ch+st_split_w_tolerance+1]) + cube(size=[body_h-ls_z-st_w+st_split_w_tolerance,st_split_w+st_split_w_tolerance,fsw+1]); + translate([0,0,st_w+1]) cube(size=[body_h-ls_z+1,st_split_w+st_split_w_tolerance,fsw+1]); } }//translate -- cgit v0.9.0.2