mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-01-16 13:50:23 +01:00
Github Wiki does not like angle brackets.
This commit is contained in:
parent
88699c12af
commit
0fd909d457
@ -60,11 +60,11 @@ 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<size>x<pitch>,<length>".
|
||||
// For metric (ISO) the `name=` argument is formatted in a string like: "M*\<size\>*x*\<pitch\>*,*\<length\>*".
|
||||
// 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 "<size>-<threadcount>,<length>".
|
||||
// For English (UTS) `name=` is a string like "*\<size\>*-*\<threadcount\>*,*\<length\>*".
|
||||
// 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
|
||||
// value to specify a diameter in inches, either as a float or a fraction, so `"0.5-13"` and
|
||||
|
@ -8,7 +8,7 @@
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
BOSL_VERSION = [2,0,327];
|
||||
BOSL_VERSION = [2,0,328];
|
||||
|
||||
|
||||
// Section: BOSL Library Version Functions
|
||||
|
Loading…
x
Reference in New Issue
Block a user