mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-21 22:05:27 +02:00
add comment
This commit is contained in:
@@ -19,6 +19,8 @@ module soccer_polyhedron(circumradius, spacing, jigsaw_base = false, half = fals
|
|||||||
linear_extrude(pentagon_h - h_off, scale = 0.001)
|
linear_extrude(pentagon_h - h_off, scale = 0.001)
|
||||||
rotate(-36) {
|
rotate(-36) {
|
||||||
circle(pentagon_r - r_off, $fn = 5);
|
circle(pentagon_r - r_off, $fn = 5);
|
||||||
|
|
||||||
|
// rewrite here if you want to make different convex parts
|
||||||
if(jigsaw_base) {
|
if(jigsaw_base) {
|
||||||
for(i = [0:4]) {
|
for(i = [0:4]) {
|
||||||
rotate(36 + i * 72)
|
rotate(36 + i * 72)
|
||||||
@@ -44,6 +46,8 @@ module soccer_polyhedron(circumradius, spacing, jigsaw_base = false, half = fals
|
|||||||
rotate(-30) {
|
rotate(-30) {
|
||||||
difference() {
|
difference() {
|
||||||
circle(hexagon_r - r_off, $fn = 6);
|
circle(hexagon_r - r_off, $fn = 6);
|
||||||
|
|
||||||
|
// rewrite here if you want to make different concave parts
|
||||||
if(jigsaw_base) {
|
if(jigsaw_base) {
|
||||||
for(i = [0:2]) {
|
for(i = [0:2]) {
|
||||||
rotate(90 + i * 120)
|
rotate(90 + i * 120)
|
||||||
|
Reference in New Issue
Block a user