From: Ian Jackson Date: Mon, 14 Dec 2015 20:16:41 +0000 (+0000) Subject: filamentspool: Reduce 3mm size: Minimum arm overlap X-Git-Tag: filamentspool-v2-release~88 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=2ffbfe9da637bfb4d70a1a66ae6dfdf781aa063c;p=reprap-play.git filamentspool: Reduce 3mm size: Minimum arm overlap --- diff --git a/filamentspool.scad b/filamentspool.scad index 28645b4..a21fc2e 100644 --- a/filamentspool.scad +++ b/filamentspool.scad @@ -83,7 +83,6 @@ frictionwasherextrapush = 1.0; ratchetpawl=ratchetstep-ratchettooth-bigslop*2; -nondove_armbase = 100; nondove_armhole_x = 32; nondove_armhole_hole = 4; nondove_armhole_support = 7; @@ -91,6 +90,8 @@ nondove_armhole_wall = 4; nondove_armhole_slop = 0.5; nondove_armhole_slop_x = 0.5; +nondove_armbase = nondove_armhole_x + nondove_armhole_hole/2 + + nondove_armhole_support; echo(nondove_armbase); include