From 022717206e8e6fb6758a85242e879c4e8ecb4723 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Mon, 9 Dec 2019 13:44:30 +0800 Subject: [PATCH] change default value --- examples/soccer_polyhedron/soccer_jigsaw.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/soccer_polyhedron/soccer_jigsaw.scad b/examples/soccer_polyhedron/soccer_jigsaw.scad index 6738c22a..a95d9bff 100644 --- a/examples/soccer_polyhedron/soccer_jigsaw.scad +++ b/examples/soccer_polyhedron/soccer_jigsaw.scad @@ -2,8 +2,8 @@ use ; style = "POLYHEDRON"; // [SPHERE, POLYHEDRON] r = 30; -thickness = 2.5; -spacing = 0.3; +thickness = 4; +spacing = 0.4; half = true; flat_inner = true;