From 80e9ecac05dd528c17ee8ec418666e19a2551b57 Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Wed, 4 Dec 2019 02:20:05 -0800 Subject: [PATCH] Fixed some issues with stroke() docs. --- shapes2d.scad | 3 ++- version.scad | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/shapes2d.scad b/shapes2d.scad index e9a3668..580b887 100644 --- a/shapes2d.scad +++ b/shapes2d.scad @@ -12,7 +12,8 @@ // Module: stroke() // Usage: -// stroke(path, width, [endcap], [closed]); +// stroke(path, [width], [closed], [endcaps], [endcap_width], [endcap_length], [endcap_extent], [trim]); +// stroke(path, [width], [closed], [endcap1], [endcap2], [endcap_width1], [endcap_width2], [endcap_length1], [endcap_length2], [endcap_extent1], [endcap_extent2], [trim1], [trim2]); // Description: // Draws a 2D line path with a given line thickness. Endcaps can be specified for each end individually. // Figure(2D,Big): Endcap Types diff --git a/version.scad b/version.scad index ccc7a31..7943cd2 100644 --- a/version.scad +++ b/version.scad @@ -8,7 +8,7 @@ ////////////////////////////////////////////////////////////////////// -BOSL_VERSION = [2,0,50]; +BOSL_VERSION = [2,0,51]; // Section: BOSL Library Version Functions