mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-15 08:59:40 +00:00
Compare commits
No commits in common. "fc09ec26bb34d9e59d774b6107e533deb4f59a91" and "32ffac188b262e0a26a584d401b8765392b929a6" have entirely different histories.
fc09ec26bb
...
32ffac188b
1 changed files with 2 additions and 10 deletions
|
@ -1823,16 +1823,8 @@ module mirror_copy(v=[0,0,1], offset=0, cp)
|
|||
children();
|
||||
}
|
||||
} else {
|
||||
translate(off) {
|
||||
$orig = true;
|
||||
$idx = 0;
|
||||
children();
|
||||
}
|
||||
translate(cp) mirror(nv) translate(-cp) translate(off) {
|
||||
$orig = false;
|
||||
$idx = 1;
|
||||
children();
|
||||
}
|
||||
translate(off) children();
|
||||
translate(cp) mirror(nv) translate(-cp) translate(off) children();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue