1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-14 02:34:12 +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] style = "POLYHEDRON"; // [SPHERE, POLYHEDRON]
r = 30; r = 30;
thickness = 2.5; thickness = 4;
spacing = 0.3; spacing = 0.4;
half = true; half = true;
flat_inner = true; flat_inner = true;