From: Ian Jackson Date: Tue, 9 Feb 2016 21:00:32 +0000 (+0000) Subject: filamentspool: Get real_exteffrad right for light duty X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=285989a8f48e8df71883a09dcaa7173302fefe5f;p=reprap-play.git filamentspool: Get real_exteffrad right for light duty --- 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;