1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-01-29 11:58:39 +01:00
This commit is contained in:
Justin Lin 2021-07-30 12:18:19 +08:00
parent b722d178e7
commit 4cd74cb0bf

View File

@ -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);