mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-09-01 22:42:36 +02:00
Corrected planar= default for bounding_box()
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
// }
|
||||
// translate([10,8,4]) cube(5);
|
||||
// translate([3,0,12]) cube(2);
|
||||
module bounding_box(excess=0, planar=true) {
|
||||
module bounding_box(excess=0, planar=false) {
|
||||
xs = excess>.1? excess : 1;
|
||||
// a 3D approx. of the children projection on X axis
|
||||
module _xProjection()
|
||||
|
Reference in New Issue
Block a user