mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-01 04:20:27 +02:00
printable setting
This commit is contained in:
@@ -31,10 +31,10 @@ module tiled_line_mobius(size, twist, step, line_width = 1) {
|
||||
}
|
||||
}
|
||||
|
||||
size = [20, 100];
|
||||
line_width = .5;
|
||||
size = [20, 75];
|
||||
line_width = 1.5;
|
||||
step = 1;
|
||||
twist = 180;
|
||||
$fn = 4;
|
||||
$fn = 8;
|
||||
|
||||
tiled_line_mobius(size, twist, step, line_width);
|
||||
|
Reference in New Issue
Block a user