From 285989a8f48e8df71883a09dcaa7173302fefe5f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 9 Feb 2016 21:00:32 +0000 Subject: [PATCH] filamentspool: Get real_exteffrad right for light duty --- filamentspool.scad | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/filamentspool.scad b/filamentspool.scad index a912add..ed699ff 100644 --- a/filamentspool.scad +++ b/filamentspool.scad @@ -242,15 +242,15 @@ nondove_armbase = nondove_armhole_x + nondove_armhole_hole/2 + nondove_armhole_support; echo(nondove_armbase); -real_exteffrad = selsz(exteffrad, - hubeffrad + nondove_armbase, - hubeffrad + nondove_armbase); - include include include include +real_exteffrad = selsz(exteffrad, + hubeffrad + DoveClip_depth(), + hubeffrad + nondove_armbase); + channelwidth = prongthick + channelslop; channeldepth = prongwidth + ratchettoothheight; totalwidth = armendwallthick*2 + channelwidth; -- 2.30.2