X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=blobdiff_plain;f=earring-stand.scad;h=9818dcef531c4e5cec32fcf6f504778e7b834b33;hp=2894be1070c763d89811df303287404d490d3948;hb=7d88b8dd67abeb8e15b19d812c5c4e6bc3bb086d;hpb=a6c852f4e9fe862f2b66147ebcefada088452c9e 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 +