mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-06 14:56:47 +02:00
not necessary
This commit is contained in:
@@ -5,9 +5,6 @@ number_of_circles = 15;
|
|||||||
minimum_radius = 3;
|
minimum_radius = 3;
|
||||||
gap_distance = 3;
|
gap_distance = 3;
|
||||||
line_width = 1.5;
|
line_width = 1.5;
|
||||||
line_height = 2;
|
|
||||||
bottom = "NO"; // [YES, NO]
|
|
||||||
bottom_height = 1;
|
|
||||||
|
|
||||||
module euler_maze(n, r, d, width = 1) {
|
module euler_maze(n, r, d, width = 1) {
|
||||||
function angle(r, d) = acos(
|
function angle(r, d) = acos(
|
||||||
|
Reference in New Issue
Block a user