mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-29 01:11:30 +02:00
format
This commit is contained in:
@@ -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) [
|
||||
|
Reference in New Issue
Block a user