mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-28 17:00:00 +02:00
refactor
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user