From 5153cb20da35532e714c2002f03c09c59a34544e Mon Sep 17 00:00:00 2001 From: Adrian Mariano Date: Sat, 30 Oct 2021 18:07:43 -0400 Subject: [PATCH] doc tweak --- paths.scad | 1 + shapes2d.scad | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/paths.scad b/paths.scad index 4404c07..9b41982 100644 --- a/paths.scad +++ b/paths.scad @@ -65,6 +65,7 @@ function is_1region(path, name="path") = :assert(len(path)==1,str("Parameter \"",name,"\" must be a path or singleton region, but is a multicomponent region")) true; + // Function: force_path() // Usage: // outpath = force_path(path, [name]) diff --git a/shapes2d.scad b/shapes2d.scad index 6936ba3..35769e4 100644 --- a/shapes2d.scad +++ b/shapes2d.scad @@ -602,7 +602,7 @@ module octagon(r, d, or, od, ir, id, side, rounding=0, realign=false, align_tip, regular_ngon(n=8, r=r, d=d, or=or, od=od, ir=ir, id=id, side=side, rounding=rounding, realign=realign, align_tip=align_tip, align_side=align_side, anchor=anchor, spin=spin) children(); -// Function&Module right_triangle() +// Function&Module: right_triangle() // Usage: As Module // right_triangle(size, [center], ...); // Usage: With Attachments