Added link to block article about screw_polysink().

This commit is contained in:
Chris Palmer 2020-12-12 10:58:54 +00:00
parent 53c3cdb598
commit 1e6f0a5c4d
2 changed files with 4 additions and 0 deletions

View File

@ -2904,6 +2904,8 @@ These items are sysmtrical, so by default the origin is in the centre but it can
## Screws ## Screws
Machine screws and wood screws with various head styles. Machine screws and wood screws with various head styles.
For an explanation of ```screw_polysink()``` see <https://hydraraptor.blogspot.com/2020/12/sinkholes.html>.
[vitamins/screws.scad](vitamins/screws.scad) Object definitions. [vitamins/screws.scad](vitamins/screws.scad) Object definitions.

View File

@ -19,6 +19,8 @@
// //
//! Machine screws and wood screws with various head styles. //! Machine screws and wood screws with various head styles.
//!
//! For an explanation of ```screw_polysink()``` see <https://hydraraptor.blogspot.com/2020/12/sinkholes.html>.
// //
include <../utils/core/core.scad> include <../utils/core/core.scad>