Made cuboid() example image clearer.

This commit is contained in:
Revar Desmera 2019-05-12 18:08:41 -07:00
parent cad2b074ca
commit aa4ae7ec48

View file

@ -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,