1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-30 09:49:59 +02:00

move file

This commit is contained in:
Justin Lin
2019-12-07 20:41:27 +08:00
parent f9d4203a27
commit f3eca190f1

View File

@@ -1,4 +1,4 @@
module soccer_polyhedron(circumradius, spacing, jigsaw_base = false, part = "ALL") {
module soccer_polyhedron(circumradius, spacing, jigsaw_base = false, half = false) {
tau = 1.618034;
a = -37.377368;
scale_f = 0.201774;
@@ -76,7 +76,7 @@ module soccer_polyhedron(circumradius, spacing, jigsaw_base = false, part = "ALL
scale(scale_f * circumradius) {
half_soccer_polyhedron();
if(part == "ALL") {
if(!half) {
rotate(36)
mirror([0, 0, 1])
half_soccer_polyhedron();