1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-28 17:00:00 +02:00
This commit is contained in:
Justin Lin
2021-07-31 12:34:50 +08:00
parent 4bddf3ca33
commit 0295b0ded0
3 changed files with 6 additions and 15 deletions

View File

@@ -1,4 +1,5 @@
use <experimental/tile_w2e.scad>;
use <experimental/choose_children.scad>;
use <arc.scad>;
size = [15, 10];
@@ -124,11 +125,7 @@ module path_tile(n, width) {
}
}
module select_child(n) {
children(n);
}
select_child(n) {
choose_children(n) {
square(width, center = true);
tile1();
rotate(-90) tile1();