From: Ian Jackson Date: Sat, 23 Jul 2016 23:56:03 +0000 (+0100) Subject: earring-stand: abolish front_hex_x_fudge X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=7d88b8dd67abeb8e15b19d812c5c4e6bc3bb086d;p=reprap-play.git earring-stand: abolish front_hex_x_fudge --- diff --git a/earring-stand.scad b/earring-stand.scad index 2894be1..9818dce 100644 --- a/earring-stand.scad +++ b/earring-stand.scad @@ -10,7 +10,6 @@ front_thick = 2.4; front_hex_stride = 13; front_hex_dia = 10; -front_hex_x_fudge = 0.05; front_hex_y_fudge = -0.1; front_surround_lr =3; @@ -256,10 +255,10 @@ module FrontPattern(){ difference(){ square([front_width, totalh]); - for (xi=[ 0 : 10 ]) { - translate([xi * xstride + - front_surround_lr + - front_hex_dia*front_hex_x_fudge, 0]) { + for (xi=[ -5 : 5 ]) { + translate([front_width/2 + + xi * xstride, + 0]) { for (yi=[ 0 : 10 ]) { echo(yi); translate([0, yi * ystride +