From 0dfdbfeb212270228a07cc9af49025fed58bc34d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 23 Jul 2016 15:48:00 +0100 Subject: [PATCH] earring-stand: adjust tighter (from v1) --- earring-stand.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/earring-stand.scad b/earring-stand.scad index 4c64e84..237c78b 100644 --- a/earring-stand.scad +++ b/earring-stand.scad @@ -7,7 +7,7 @@ front_width = 120; front_setback = 30; eclip_inner_rad = 2.5; -eclip_gap_rad = 0.5; +eclip_gap_rad = 0.1; eclip_prong_th = 3; eclip_outer_strt = 0.5; eclip_inner_xstrt = 0.5; @@ -191,4 +191,4 @@ module Demo(){ //TestProtr(); //TestRAProtr(); //Sketch(); -Demo(); +//Demo(); -- 2.30.2