From 6168c8bb6b2980ac1973be498e8b7f3a70499dc3 Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Mon, 25 May 2020 15:13:31 -0700 Subject: [PATCH] Fix table formatting in screws.scad --- screws.scad | 42 +++++++++++++++++++++--------------------- version.scad | 2 +- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/screws.scad b/screws.scad index d461e4f..fbebedc 100644 --- a/screws.scad +++ b/screws.scad @@ -117,30 +117,30 @@ function _parse_drive(drive=undef, drive_size=undef) = // . // Only some combinations of head and drive type are supported. Supported UTS (English) head and drive combinations: // . -// Head| Drive -// ---|--- -// none | hex, torx -// hex | -// socket | hex, torx -// button | hex, torx -// round | slot, phillips -// fillister | slot, phillips -// flat | slot, phillips, hex, torx -// flat small | phillips, slot -// flat large | hex, torx -// flat undercut| slot, phillips +// Head | Drive +// ------------- | ---------------------------- +// none | hex, torx +// hex | +// socket | hex, torx +// button | hex, torx +// round | slot, phillips +// fillister | slot, phillips +// flat | slot, phillips, hex, torx +// flat small | phillips, slot +// flat large | hex, torx +// flat undercut | slot, phillips // . // Supported metric head and drive combinations: // . -// Head | Drive -// ------|----------------- -// none | hex, torx -// hex | -// socket| hex, torx -// pan | slot, phillips -// button| hex, torx -// cheese| slot, phillips -// flat | phillips, slot, hex, torx +// Head | Drive +// ------ | ---------------------------- +// none | hex, torx +// hex | +// socket | hex, torx +// pan | slot, phillips +// button | hex, torx +// cheese | slot, phillips +// flat | phillips, slot, hex, torx // . // The drive size is specified appropriately to the drive type: drive number for phillips or torx, and allen width in mm or inches (as appropriate) for hex. // Drive size is determined automatically from the screw size, but by passing the `drive_size` parameter diff --git a/version.scad b/version.scad index 723ce4c..9c923ae 100644 --- a/version.scad +++ b/version.scad @@ -8,7 +8,7 @@ ////////////////////////////////////////////////////////////////////// -BOSL_VERSION = [2,0,324]; +BOSL_VERSION = [2,0,325]; // Section: BOSL Library Version Functions