mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
Bugfix for teardrop changes to cuboid()
This commit is contained in:
parent
e09a6cd6dd
commit
c796087372
1 changed files with 2 additions and 2 deletions
|
@ -386,8 +386,8 @@ module cuboid(
|
|||
tsphere(r=rounding, $fn=sides);
|
||||
} else {
|
||||
intersection() {
|
||||
xtcyl(r=rounding, h=rounding*2, $fn=sides);
|
||||
ytcyl(r=rounding, h=rounding*2, $fn=sides);
|
||||
xtcyl(r=rounding, l=rounding*2, $fn=sides);
|
||||
ytcyl(r=rounding, l=rounding*2, $fn=sides);
|
||||
cyl(r=rounding, h=rounding*2, $fn=sides);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue