From aafe13f0dafff40ab05a5d1c44d723df497a301c Mon Sep 17 00:00:00 2001 From: Adrian Mariano Date: Sat, 8 Jun 2024 00:20:33 -0400 Subject: [PATCH] example fix --- shapes2d.scad | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shapes2d.scad b/shapes2d.scad index 981b5f1..7f1b2a0 100644 --- a/shapes2d.scad +++ b/shapes2d.scad @@ -116,7 +116,8 @@ module square(size=1, center, anchor, spin) { // Example(2D): Negative-Rounded Rect // rect([40,30], rounding=-5); // Example(2D): Combined Rounded-Chamfered Rect with corner flips -// rect(chamfer = 0.25*[0,1,-1,0], rounding=.25*[1,0,0,-1], corner_flip = true); +// rect([1,1], chamfer = 0.25*[0,1,-1,0], +// rounding=.25*[1,0,0,-1], corner_flip = true, $fn=32); // Example(2D): Default "box" Anchors // color("red") rect([40,30]); // rect([40,30], rounding=10)