chiark / gitweb /
holetest: Sizes for another thing
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 14 Oct 2021 15:20:28 +0000 (16:20 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 14 Oct 2021 15:20:28 +0000 (16:20 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
holetest.scad

index 195e9b015ecef416e751707c9d5573bbdfadce74..18a6e09873e56207bad232fbafa1737b99fae8ff 100644 (file)
@@ -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 ])