From 455e906dbd01831f4fccdd1ad2d3dcc4bf52519b Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Tue, 30 Jul 2019 12:40:59 -0700 Subject: [PATCH] Enlarge stroke() endcaps figure --- shapes2d.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shapes2d.scad b/shapes2d.scad index efbd6eb..54bd431 100644 --- a/shapes2d.scad +++ b/shapes2d.scad @@ -15,7 +15,7 @@ // stroke(path, width, [endcap], [closed]); // Description: // Draws a 2D line path with a given line thickness. Endcaps can be specified for each end individually. -// Figure(2D): Endcap Types +// Figure(2D,Med): Endcap Types // endcaps = ["butt", "line", "square", "cross", "round", "dot", "chisel", "x", "arrow", "arrow2", "tail", "tail2"]; // for (i=idx(endcaps)) { // cap = endcaps[i];