Fix table formatting in screws.scad

This commit is contained in:
Revar Desmera
2020-05-25 15:13:31 -07:00
parent fe2d59a875
commit 6168c8bb6b
2 changed files with 22 additions and 22 deletions

View File

@@ -118,7 +118,7 @@ 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: // Only some combinations of head and drive type are supported. Supported UTS (English) head and drive combinations:
// . // .
// Head | Drive // Head | Drive
// ---|--- // ------------- | ----------------------------
// none | hex, torx // none | hex, torx
// hex | // hex |
// socket | hex, torx // socket | hex, torx
@@ -133,7 +133,7 @@ function _parse_drive(drive=undef, drive_size=undef) =
// Supported metric head and drive combinations: // Supported metric head and drive combinations:
// . // .
// Head | Drive // Head | Drive
// ------|----------------- // ------ | ----------------------------
// none | hex, torx // none | hex, torx
// hex | // hex |
// socket | hex, torx // socket | hex, torx

View File

@@ -8,7 +8,7 @@
////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////
BOSL_VERSION = [2,0,324]; BOSL_VERSION = [2,0,325];
// Section: BOSL Library Version Functions // Section: BOSL Library Version Functions