1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-09-02 19:22:48 +02:00
This commit is contained in:
Justin Lin
2022-04-06 12:11:38 +08:00
parent c810e30003
commit 029ddc4150
10 changed files with 68 additions and 97 deletions

View File

@@ -10,12 +10,8 @@ line_width = 1;
$fn = 12; // 4, 8, 12 ....
for(tile = tile_truchet(size)) {
x = tile[0];
y = tile[1];
i = tile[2];
translate([x, y] * tile_width)
select(i) {
translate([tile.x, tile.y] * tile_width)
select(tile[2]) {
tile00(tile_width, line_width);
tile01(tile_width, line_width);
tile02(tile_width, line_width);