re-org docs/

This commit is contained in:
Adrian Schlatter
2023-04-02 16:02:01 +02:00
parent 33c5cdd035
commit 0b785b7b4f
12 changed files with 26 additions and 0 deletions

15
docs/img_prep/thread.scad Normal file
View File

@@ -0,0 +1,15 @@
/*
Create nice previews for documentation
:Author: Adrian Schlatter
:Date: 2019-04-13
:License: 3-Clause BSD. See LICENSE.
*/
use <threadlib/threadlib.scad>
type = "G1/2-ext";
turns = 10;
higbee_arc = 45;
thread(type, turns, higbee_arc=higbee_arc);