mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-10 22:54:21 +02:00
Fix table formatting in screws.scad
This commit is contained in:
@@ -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:
|
||||
// .
|
||||
// Head | Drive
|
||||
// ---|---
|
||||
// ------------- | ----------------------------
|
||||
// none | hex, torx
|
||||
// hex |
|
||||
// socket | hex, torx
|
||||
@@ -133,7 +133,7 @@ function _parse_drive(drive=undef, drive_size=undef) =
|
||||
// Supported metric head and drive combinations:
|
||||
// .
|
||||
// Head | Drive
|
||||
// ------|-----------------
|
||||
// ------ | ----------------------------
|
||||
// none | hex, torx
|
||||
// hex |
|
||||
// socket | hex, torx
|
||||
|
@@ -8,7 +8,7 @@
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
BOSL_VERSION = [2,0,324];
|
||||
BOSL_VERSION = [2,0,325];
|
||||
|
||||
|
||||
// Section: BOSL Library Version Functions
|
||||
|
Reference in New Issue
Block a user