file summary improvements and tweaks

This commit is contained in:
Adrian Mariano
2022-04-21 00:26:20 -04:00
parent 5c4032f054
commit 9433b05a65
22 changed files with 45 additions and 28 deletions

View File

@@ -1,6 +1,10 @@
//////////////////////////////////////////////////////////////////////
// LibFile: screws.scad
// Functions and modules for creating metric and UTS standard screws and nuts.
// Functions and modules for creating metric (ISO) and English (UTS) standard screws and nuts.
// Included is a function for calculating the standard dimensions of screws including the
// tolerance values that are required to create clearance so that screws mate properly when they are formed
// precisely. If you can fabricate objects accurately then your screws will mate
// with standard hardware.
// Includes:
// include <BOSL2/std.scad>
// include <BOSL2/screws.scad>