From 4bf1412d4619e128e9358480e0f4e0db46a065fb Mon Sep 17 00:00:00 2001 From: Adrian Mariano Date: Thu, 31 Mar 2022 20:05:50 -0400 Subject: [PATCH] usage fix --- threading.scad | 1 + 1 file changed, 1 insertion(+) diff --git a/threading.scad b/threading.scad index c48c379..4608033 100644 --- a/threading.scad +++ b/threading.scad @@ -22,6 +22,7 @@ // d = Outer diameter of threaded rod, or a triplet of [d_min, d_pitch, d_major]. // l = length of threaded rod. // pitch = Length between threads. +// --- // left_handed = if true, create left-handed threads. Default = false // bevel = if true, bevel the thread ends. Default: false // bevel1 = if true bevel the bottom end.