-rw-r--r-- | another.scad | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/another.scad b/another.scad index 4842e1b..c24d13a 100644 --- a/another.scad +++ b/another.scad | |||
@@ -385,5 +385,6 @@ module the_extruder( | |||
385 | x1 = -gearbox_d/2+fsw-st_h+st_w+st_bump*2-st_bump_tip/2; | 385 | x1 = -gearbox_d/2+fsw-st_h+st_w+st_bump*2-st_bump_tip/2; |
386 | x0 = -gearbox_d/2+st_thickshell+st_nut_h+st_nut_h_tolerance+st_thinshell+st_split_w+st_split_w_tolerance+st_bump_tip/2; | 386 | x0 = -gearbox_d/2+st_thickshell+st_nut_h+st_nut_h_tolerance+st_thinshell+st_split_w+st_split_w_tolerance+st_bump_tip/2; |
387 | w0 = st_split_w+st_split_w_tolerance+2*(extrusion_width+2*extrusion_width); | 387 | w00 = st_split_w+2*(st_bump-st_bump_tip); |
388 | w0 = w00+2*2*extrusion_width; | ||
388 | w1 = 2*(longwing-gearbox_d/2-extrusion_width); | 389 | w1 = 2*(longwing-gearbox_d/2-extrusion_width); |
389 | translate([0,-longwing,body_h-scale_thickness]) | 390 | translate([0,-longwing,body_h-scale_thickness]) |
@@ -392,5 +393,5 @@ module the_extruder( | |||
392 | translate([x-st_bump_tip/2,-w/2,0]) | 393 | translate([x-st_bump_tip/2,-w/2,0]) |
393 | cube(size=[st_bump_tip,w,scale_thickness+epsilon]); | 394 | cube(size=[st_bump_tip,w,scale_thickness+epsilon]); |
394 | let(w=st_split_w+st_split_w_tolerance+extrusion_width) | 395 | let(w=w00) |
395 | translate([-gearbox_d/2,-w/2,-1]) | 396 | translate([-gearbox_d/2,-w/2,-1]) |
396 | cube(size=[fsw,w,scale_thickness+2]); | 397 | cube(size=[fsw,w,scale_thickness+2]); |