mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-06 17:26:46 +02:00
Corrected planar= default for bounding_box()
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
// }
|
// }
|
||||||
// translate([10,8,4]) cube(5);
|
// translate([10,8,4]) cube(5);
|
||||||
// translate([3,0,12]) cube(2);
|
// 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;
|
xs = excess>.1? excess : 1;
|
||||||
// a 3D approx. of the children projection on X axis
|
// a 3D approx. of the children projection on X axis
|
||||||
module _xProjection()
|
module _xProjection()
|
||||||
|
@@ -6,7 +6,7 @@
|
|||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
BOSL_VERSION = [2,0,508];
|
BOSL_VERSION = [2,0,509];
|
||||||
|
|
||||||
|
|
||||||
// Section: BOSL Library Version Functions
|
// Section: BOSL Library Version Functions
|
||||||
|
Reference in New Issue
Block a user