From 088d46a72ceaf002422744da0bb9f0d7138aeda5 Mon Sep 17 00:00:00 2001 From: daniel watson Date: Tue, 10 Apr 2018 20:39:50 -0700 Subject: [PATCH] enlarge blocks --- place-value-manipulative.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/place-value-manipulative.scad b/place-value-manipulative.scad index 29cca3e..85cf0fd 100644 --- a/place-value-manipulative.scad +++ b/place-value-manipulative.scad @@ -31,7 +31,7 @@ twenty_sevens_place(); $fn = 100; // how big each ones place side is in millimeters -side_length = 10; +side_length = 20; // modify this to your aesthetic taste corner_radius = side_length / 6; -- 2.30.2