1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-30 09:49:59 +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 <arc.scad>;
size = [15, 10];
@@ -125,7 +125,7 @@ module path_tile(n, width) {
}
}
choose_children(n) {
select(n) {
square(width, center = true);
tile1();
rotate(-90) tile1();