From 5c485018f396ffd578bcbc2eb85a6830cb79ae54 Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Mon, 25 May 2020 17:14:00 -0700 Subject: [PATCH] GitHub's markdown processor has bugs. --- screws.scad | 6 +++--- version.scad | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/screws.scad b/screws.scad index c0a2b88..131d350 100644 --- a/screws.scad +++ b/screws.scad @@ -60,13 +60,13 @@ function _parse_drive(drive=undef, drive_size=undef) = // Description: // Look up screw characteristics for the specified screw type. // . -// For metric (ISO) the `name=` argument is formatted in a string like: "M*\*x*\*,*\*". +// For metric (ISO) the `name=` argument is formatted in a string like: `"Mx,"`. // e.g. `"M6x1,10"` specifies a 6mm diameter screw with a thread pitch of 1mm and length of 10mm. // You can omit the pitch or length, e.g. `"M6x1"`, or `"M6,10"`, or just `"M6"`. // . -// For English (UTS) `name=` is a string like "*\*-*\*,*\*". +// For English (UTS) `name=` is a string like `"-,"`. // e.g. `"#8-32,1/2"`, or `"1/4-20,1"`. Units are in inches, including the length. Size can be a -// number from 0 to 12 with or without a leading '#' to specify a screw gauge size, or any other +// number from 0 to 12 with or without a leading `#` to specify a screw gauge size, or any other // value to specify a diameter in inches, either as a float or a fraction, so `"0.5-13"` and // `"1/2-13"` are equivalent. To force interpretation of the value as inches add `''` (two // single-quotes) to the end, e.g. `"1''-4"` is a one inch screw and `"1-80"` is a very small diff --git a/version.scad b/version.scad index 3d951c3..54ecbee 100644 --- a/version.scad +++ b/version.scad @@ -8,7 +8,7 @@ ////////////////////////////////////////////////////////////////////// -BOSL_VERSION = [2,0,328]; +BOSL_VERSION = [2,0,329]; // Section: BOSL Library Version Functions