mirror of
https://github.com/adrianschlatter/threadlib.git
synced 2025-08-14 05:23:58 +02:00
- README.rst: nice images
- .gitignore
This commit is contained in:
15
docs/thread.scad
Normal file
15
docs/thread.scad
Normal 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);
|
Reference in New Issue
Block a user