1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-09-08 22:00:45 +02:00

rename and refactor

This commit is contained in:
Justin Lin
2021-07-31 16:16:58 +08:00
parent 3b48de2c47
commit 0a117e0c09
8 changed files with 30 additions and 37 deletions

View File

@@ -1,5 +1,5 @@
use <experimental/tile_w2e.scad>;
use <experimental/choose_children.scad>;
use <experimental/select.scad>;
use <box_extrude.scad>;
size = [15, 8];
@@ -112,7 +112,7 @@ module tube_tile(n, width) {
tile5();
}
choose_children(n) {
select(n) {
tile0();
tile1();
rotate(-90) tile1();