From: Ian Jackson Date: Thu, 14 Oct 2021 15:23:01 +0000 (+0100) Subject: holetest: Introduce l X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=2455d83545e1f2f5662fefae6bb4d2fea444b8d1;p=reprap-play.git holetest: Introduce l Signed-off-by: Ian Jackson --- diff --git a/holetest.scad b/holetest.scad index e2f99f7..43e67b1 100644 --- a/holetest.scad +++ b/holetest.scad @@ -6,9 +6,10 @@ $fa=1; $fs=0.1; spc= 7; +l = 50; difference(){ - cube([50,10,h], center=true); + cube([l,10,h], center=true); for (i=[0:2:10]) { sz = 3 + 0.5 * i/10;