- dir structure (docs, tests, design)

- renderings for README.rst
This commit is contained in:
Adrian Schlatter
2019-04-10 21:55:13 +02:00
parent 873a266abc
commit beee1f1921
8 changed files with 91 additions and 3 deletions

16
docs/nut.scad Normal file
View File

@@ -0,0 +1,16 @@
/*
Create nice previews for documentation
:Author: Adrian Schlatter
:Date: 2019-04-10
:License: 3-Clause BSD. See LICENSE.
*/
use <threadlib/threadlib.scad>
type = "M12x0.5";
turns = 10;
Douter = 16;
higbee_arc = 45;
nut(type, turns, Douter, higbee_arc=higbee_arc);