mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
doc tweak
This commit is contained in:
parent
c242efecd5
commit
c60bdeb2ee
1 changed files with 5 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
||||||
// LibFile: screws.scad
|
// LibFile: screws.scad
|
||||||
// Functions and modules for creating metric (ISO) and English (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
|
// 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
|
// tolerance values that are required to make screws mate properly when they are formed
|
||||||
// precisely. If you can fabricate objects accurately then your screws will mate
|
// precisely, so if you can fabricate objects accurately then your screws will mate
|
||||||
// with standard hardware.
|
// with standard hardware without the need to introduce extra gaps for clearance. Those
|
||||||
// Includes:
|
// Includes:
|
||||||
// include <BOSL2/std.scad>
|
// include <BOSL2/std.scad>
|
||||||
// include <BOSL2/screws.scad>
|
// include <BOSL2/screws.scad>
|
||||||
|
@ -1412,6 +1412,8 @@ http://files.engineering.com/getfile.aspx?folder=76fb0d5e-1fff-4c49-87a5-0597947
|
||||||
|
|
||||||
// To do list
|
// To do list
|
||||||
//
|
//
|
||||||
|
// Is there no way to create a mask for making threaded holes? This seems to be missing.
|
||||||
|
//
|
||||||
// Metric hex engagement:
|
// Metric hex engagement:
|
||||||
// https://www.bayoucitybolt.com/socket-head-cap-screws-metric.html
|
// https://www.bayoucitybolt.com/socket-head-cap-screws-metric.html
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue