From: Ian Jackson Date: Sat, 15 Sep 2012 22:37:27 +0000 (+0100) Subject: doveclip tuning X-Git-Tag: filamentspool-v2-release~855 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=4854f77e2add93b97d5d12bcf9675447f8f66ff5 doveclip tuning --- diff --git a/doveclip.scad b/doveclip.scad index 2d465a8..2522f53 100644 --- a/doveclip.scad +++ b/doveclip.scad @@ -5,8 +5,8 @@ webthick = 1.8; height = 7; pindepth = 10; nomrad = height/2 - toothheight; -minrad = nomrad - 0.5; -maxrad = nomrad + 0.5; +minrad = nomrad - 0.75; +maxrad = nomrad + 0.25; jawthick = 1.5; webgap = 0.4;