From 5876a0379edb61848174da91c09c3162f60a7a97 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 20 Feb 2020 18:02:24 +0000 Subject: [PATCH] quacks-ingredients: SandingFrame - test version - adjust Signed-off-by: Ian Jackson --- quacks-ingredients-demos.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quacks-ingredients-demos.scad b/quacks-ingredients-demos.scad index a886186..c9d87e3 100644 --- a/quacks-ingredients-demos.scad +++ b/quacks-ingredients-demos.scad @@ -10,7 +10,7 @@ module Demo(){ ////toplevel } module SandingFrame(){ ////toplevel - deltas = [ for (i = [ 0 : 0.1 : 0.5 ]) i ]; + deltas = [ for (i = [ 0 : 0.15 : 0.75 ]) i ]; echo(deltas); stride = token_dia + 5; linear_extrude(height = thick*2/3) { -- 2.30.2