mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-07-31 20:10:36 +02:00
del echo
This commit is contained in:
@@ -11,7 +11,6 @@ for(tile = tile_truchet(size)) {
|
||||
x = tile[0];
|
||||
y = tile[1];
|
||||
i = tile[2];
|
||||
echo(i);
|
||||
if(i <= 1) {
|
||||
translate([x, y] * tile_width)
|
||||
arc(0.5 * tile_width, [0, 90], line_width);
|
||||
|
Reference in New Issue
Block a user