1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-21 05:52:16 +02:00

printable setting

This commit is contained in:
Justin Lin
2020-02-14 09:33:13 +08:00
parent 4babdca442
commit 18dd9276f1

View File

@@ -31,10 +31,10 @@ module tiled_line_mobius(size, twist, step, line_width = 1) {
} }
} }
size = [20, 75]; size = [20, 100];
line_width = 1.5; line_width = 1.5;
step = 1; step = 1;
twist = 180; twist = 180;
$fn = 6; $fn = 8;
tiled_line_mobius(size, twist, step, line_width); tiled_line_mobius(size, twist, step, line_width);