Merge branch 'BelfrySCAD:master' into anachronist_dev

This commit is contained in:
Alex Matulich
2025-01-04 20:58:57 -08:00
committed by GitHub

View File

@@ -1823,8 +1823,16 @@ module mirror_copy(v=[0,0,1], offset=0, cp)
children(); children();
} }
} else { } else {
translate(off) children(); translate(off) {
translate(cp) mirror(nv) translate(-cp) translate(off) children(); $orig = true;
$idx = 0;
children();
}
translate(cp) mirror(nv) translate(-cp) translate(off) {
$orig = false;
$idx = 1;
children();
}
} }
} }