usage fix

This commit is contained in:
Adrian Mariano 2022-03-31 20:05:50 -04:00
parent c1cbfdfb12
commit 4bf1412d46

View file

@ -22,6 +22,7 @@
// d = Outer diameter of threaded rod, or a triplet of [d_min, d_pitch, d_major]. // d = Outer diameter of threaded rod, or a triplet of [d_min, d_pitch, d_major].
// l = length of threaded rod. // l = length of threaded rod.
// pitch = Length between threads. // pitch = Length between threads.
// ---
// left_handed = if true, create left-handed threads. Default = false // left_handed = if true, create left-handed threads. Default = false
// bevel = if true, bevel the thread ends. Default: false // bevel = if true, bevel the thread ends. Default: false
// bevel1 = if true bevel the bottom end. // bevel1 = if true bevel the bottom end.