wip for dovetail join for x-y bar

This commit is contained in:
zhao
2023-03-22 00:40:25 -04:00
parent bfe262affc
commit 1b9ecd514e
6 changed files with 103 additions and 56 deletions

View File

@ -24,6 +24,7 @@ module mirror4XY(p, dx, dy) {
children(0);
}
// TODO: rename to simple align
module align(a,b) {
rot_axis = cross(a,b);