mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-06 23:06:43 +02:00
add comment
This commit is contained in:
@@ -7,7 +7,9 @@ thickness = 1;
|
|||||||
thickness_step = true;
|
thickness_step = true;
|
||||||
p = 1.272;
|
p = 1.272;
|
||||||
spacing = 0;
|
spacing = 0;
|
||||||
|
|
||||||
|
// The idea is from: https://www.facebook.com/permalink.php?story_fbid=381947752968951&id=100034611874448
|
||||||
|
|
||||||
// n: 1 or 2
|
// n: 1 or 2
|
||||||
module L_piece(n, thickness, p = 1.272, spacing = 0) {
|
module L_piece(n, thickness, p = 1.272, spacing = 0) {
|
||||||
sides = [for(i = [0:5]) pow(p, n + i) - spacing];
|
sides = [for(i = [0:5]) pow(p, n + i) - spacing];
|
||||||
|
Reference in New Issue
Block a user