From: Ian Jackson Date: Sat, 23 Jul 2016 23:21:35 +0000 (+0100) Subject: earring-stand: lift out thicks (nfc) X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=04c7181325dc5ab5fba4d8778034b13912b322cd;p=reprap-play.git earring-stand: lift out thicks (nfc) --- 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);