chiark / gitweb /
filamentspool: Get real_exteffrad right for light duty
[reprap-play.git] / filamentspool.scad
index a912add560f631da4cc8c93120caf2e784e84ca9..ed699ffcb2cb03c3638e4ff82a06552a3956ba78 100644 (file)
@@ -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 <doveclip.scad>
 include <cliphook.scad>
 include <filamentteeth.scad>
 include <axlepin.scad>
 
+real_exteffrad = selsz(exteffrad,
+                      hubeffrad + DoveClip_depth(),
+                      hubeffrad + nondove_armbase);
+
 channelwidth = prongthick + channelslop;
 channeldepth = prongwidth + ratchettoothheight;
 totalwidth = armendwallthick*2 + channelwidth;