From 04c7181325dc5ab5fba4d8778034b13912b322cd Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 24 Jul 2016 00:21:35 +0100 Subject: [PATCH] earring-stand: lift out thicks (nfc) --- earring-stand.scad | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/earring-stand.scad b/earring-stand.scad index bf049ea..7c44031 100644 --- a/earring-stand.scad +++ b/earring-stand.scad @@ -5,6 +5,11 @@ include front_height = 80; front_width = 120; front_setback = 30; +front_thick = 2; + +back_thick = 2; + +base_thick = 2; eclip_inner_rad = 2.5; eclip_gap_rad = 0.1; @@ -161,7 +166,7 @@ module Sketch(){ polygon([pq, pp, pr]); } -thicks = [ 2, 2, 2 ]; +thicks = [ base_thick, front_thick, back_thick ]; module Joins(alpha, objnum, objnum_f, objnum_m) { pitch = (front_width - eclip_each_len) / (num_eclips-1); -- 2.30.2