mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +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);
|
tsphere(r=rounding, $fn=sides);
|
||||||
} else {
|
} else {
|
||||||
intersection() {
|
intersection() {
|
||||||
xtcyl(r=rounding, h=rounding*2, $fn=sides);
|
xtcyl(r=rounding, l=rounding*2, $fn=sides);
|
||||||
ytcyl(r=rounding, h=rounding*2, $fn=sides);
|
ytcyl(r=rounding, l=rounding*2, $fn=sides);
|
||||||
cyl(r=rounding, h=rounding*2, $fn=sides);
|
cyl(r=rounding, h=rounding*2, $fn=sides);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue