mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
Made cuboid() example image clearer.
This commit is contained in:
parent
cad2b074ca
commit
aa4ae7ec48
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
|||
// Example: Rectangular cube with only some edges rounded.
|
||||
// cuboid([30,40,50], rounding=5, edges=edges([TOP+FRONT,TOP+RIGHT,FRONT+RIGHT]), $fn=24);
|
||||
// Example: Standard Connectors
|
||||
// cuboid(40, chamfer=5) show_anchors();
|
||||
// cuboid(40) show_anchors();
|
||||
module cuboid(
|
||||
size=[1,1,1],
|
||||
p1=undef, p2=undef,
|
||||
|
|
Loading…
Reference in a new issue