1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-06 14:56:47 +02:00

not necessary

This commit is contained in:
Justin Lin
2019-08-04 09:17:48 +08:00
parent fa8a524c90
commit ee2e4d1c0e

View File

@@ -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(