From: Ian Jackson Date: Thu, 14 Oct 2021 15:20:28 +0000 (+0100) Subject: holetest: Sizes for another thing X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=9346f05ce343745c27b0eb5e440d5201771e6687;p=reprap-play.git holetest: Sizes for another thing Signed-off-by: Ian Jackson --- diff --git a/holetest.scad b/holetest.scad index 195e9b0..18a6e09 100644 --- a/holetest.scad +++ b/holetest.scad @@ -1,6 +1,6 @@ // -*- C -*- -h=5; +h=2; $fa=1; $fs=0.1; @@ -9,7 +9,7 @@ difference(){ cube([50,10,h], center=true); for (i=[0:2:10]) { - sz = 4 + i/10; + sz = 3 + 0.5 * i/10; echo(sz); translate([(i-5)/2 * 7, 0, -7 ])