Any idea why this would produce a cube without rounding?
//---
include <BOSL2/std.scad>
$fa=1;
$fs=1;
cuboid([44,17,72],rounding=8,edges=[TOP+BOT]);
//----
Larry
You have given edges=[TOP+BOT] which is the same as edges=[[0,0,0]].
Probably should be an error... I speculate you meant edges=[TOP,BOT].
On Fri, Aug 7, 2026 at 3:02 PM larry via Discuss discuss@lists.openscad.org
wrote:
Any idea why this would produce a cube without rounding?
//---
include <BOSL2/std.scad>
$fa=1;
$fs=1;
cuboid([44,17,72],rounding=8,edges=[TOP+BOT]);
//----
Larry
OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org
On Fri, 2026-08-07 at 15:35 -0400, Adrian Mariano via Discuss wrote:
You have given edges=[TOP+BOT] which is the same as edges=[[0,0,0]].
Probably should be an error... I speculate you meant
edges=[TOP,BOT].
The sound you just heard was my palm slapping my forehead.
While looking at the examples, I saw some that used +, and failed to
notice what they actually did vs. the comma.
Thanks Adrian!
On Fri, Aug 7, 2026 at 3:02 PM larry via Discuss
discuss@lists.openscad.org wrote:
Any idea why this would produce a cube without rounding?
//---
include <BOSL2/std.scad>
$fa=1;
$fs=1;
cuboid([44,17,72],rounding=8,edges=[TOP+BOT]);
//----
Larry
OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org
OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org