1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-09-01 18:54:39 +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 <box_extrude.scad>;
size = [15, 8];
@@ -111,11 +112,7 @@ module tube_tile(n, width) {
tile5();
}
module select_child(n) {
children(n);
}
select_child(n) {
choose_children(n) {
tile0();
tile1();
rotate(-90) tile1();