1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-29 01:11:30 +02:00
This commit is contained in:
Justin Lin
2022-04-06 17:02:32 +08:00
parent 0b23e5666a
commit adf07c5da8
8 changed files with 25 additions and 36 deletions

View File

@@ -16,8 +16,8 @@ module tiled_line_ring(radius, height, line_diameter) {
lines = [
for(tile = tile_truchet(size))
let(
x = tile[0],
y = tile[1],
x = tile.x,
y = tile.y,
i = tile[2]
)
if(i <= 1) [