From f370b1105f7b218ff8e4ba3a77cc0adc9b043bab Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Sat, 7 Dec 2019 17:35:03 +0800 Subject: [PATCH] half space --- examples/soccer_polyhedron.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/soccer_polyhedron.scad b/examples/soccer_polyhedron.scad index 533ea1a6..f28bd245 100644 --- a/examples/soccer_polyhedron.scad +++ b/examples/soccer_polyhedron.scad @@ -3,7 +3,7 @@ module soccer_polyhedron(circumradius, spacing) { a = -37.377368; scale_f = 0.201774; - s = scale_f * spacing * 2; + s = scale_f * spacing / 2; module pentagonal_pyramid() { pentagon_r = 1.701302; @@ -54,6 +54,6 @@ module soccer_polyhedron(circumradius, spacing) { } } -soccer_polyhedron(10, 0); +soccer_polyhedron(30, 1); %sphere(10, $fn = 48); \ No newline at end of file