1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-18 12:31:17 +02:00

better printable setting

This commit is contained in:
Justin Lin
2020-02-14 14:20:12 +08:00
parent 18dd9276f1
commit 542cd41284

View File

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