From: daniel watson Date: Wed, 11 Apr 2018 03:39:50 +0000 (-0700) Subject: enlarge blocks X-Git-Url: http://challenge-bot.com/repos/?p=ozzloy%40gmail.com%2F3d-printables;a=commitdiff_plain;h=088d46a72ceaf002422744da0bb9f0d7138aeda5 enlarge blocks --- 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;