1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-13 18:24:28 +02:00

change default value

This commit is contained in:
Justin Lin
2019-12-09 13:44:30 +08:00
parent 48d50d5f61
commit 022717206e

View File

@@ -2,8 +2,8 @@ use <soccer_polyhedron.scad>;
style = "POLYHEDRON"; // [SPHERE, POLYHEDRON]
r = 30;
thickness = 2.5;
spacing = 0.3;
thickness = 4;
spacing = 0.4;
half = true;
flat_inner = true;