mirror of
https://github.com/adrianschlatter/threadlib.git
synced 2025-07-30 20:20:14 +02:00
17 lines
270 B
OpenSCAD
17 lines
270 B
OpenSCAD
/*
|
|
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);
|