1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-20 21:41:41 +02:00
This commit is contained in:
Justin Lin
2020-02-14 08:52:19 +08:00
parent 40589cf204
commit 4babdca442

View File

@@ -35,6 +35,6 @@ size = [20, 75];
line_width = 1.5; line_width = 1.5;
step = 1; step = 1;
twist = 180; twist = 180;
$fn = 8; $fn = 6;
tiled_line_mobius(size, twist, step, line_width); tiled_line_mobius(size, twist, step, line_width);