mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-11 23:54:05 +02:00
Bugfix for teardrop changes to cuboid()
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user