threadlib/docs/thread.scad
Adrian Schlatter 87e6182d6c - README.rst: nice images
- .gitignore
2019-04-13 17:41:06 +02:00

16 lines
253 B
OpenSCAD

/*
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);