mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-14 04:44:18 +02:00
Fix table formatting in screws.scad
This commit is contained in:
14
screws.scad
14
screws.scad
@@ -117,8 +117,8 @@ 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
|
||||||
@@ -128,18 +128,18 @@ function _parse_drive(drive=undef, drive_size=undef) =
|
|||||||
// flat | slot, phillips, hex, torx
|
// flat | slot, phillips, hex, torx
|
||||||
// flat small | phillips, slot
|
// flat small | phillips, slot
|
||||||
// flat large | hex, torx
|
// flat large | hex, torx
|
||||||
// flat undercut| slot, phillips
|
// flat undercut | slot, phillips
|
||||||
// .
|
// .
|
||||||
// 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
|
||||||
// pan | slot, phillips
|
// pan | slot, phillips
|
||||||
// button| hex, torx
|
// button | hex, torx
|
||||||
// cheese| slot, phillips
|
// cheese | slot, phillips
|
||||||
// flat | phillips, slot, hex, torx
|
// 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.
|
// 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.
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
BOSL_VERSION = [2,0,324];
|
BOSL_VERSION = [2,0,325];
|
||||||
|
|
||||||
|
|
||||||
// Section: BOSL Library Version Functions
|
// Section: BOSL Library Version Functions
|
||||||
|
Reference in New Issue
Block a user