From 4854f77e2add93b97d5d12bcf9675447f8f66ff5 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 15 Sep 2012 23:37:27 +0100 Subject: [PATCH] doveclip tuning --- doveclip.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.30.2