From 50621b0306fe99a3a3633094dd103a12ea0fd2c0 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Tue, 26 Oct 2021 09:36:26 +0800 Subject: [PATCH] change param --- examples/platonic_solid_frame.scad | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/platonic_solid_frame.scad b/examples/platonic_solid_frame.scad index d6b1a548..22ec7886 100644 --- a/examples/platonic_solid_frame.scad +++ b/examples/platonic_solid_frame.scad @@ -10,9 +10,9 @@ use ; number_of_faces = 8; // [3, 6, 8, 12, 20] radius = 10; deep = 1; -outer_thickness = .5; -inner_thickness = .5; -detail = 1; +outer_thickness = 1; +inner_thickness = 1; +detail = 0; platonic_solid_frame(number_of_faces, radius, deep, outer_thickness, inner_thickness, detail);