diff --git a/src/part/joint_T.scad b/src/part/joint_T.scad index 3111313c..662569c4 100644 --- a/src/part/joint_T.scad +++ b/src/part/joint_T.scad @@ -1,3 +1,13 @@ +/** +* joint_T.scad +* +* @copyright Justin Lin, 2019 +* @license https://opensource.org/licenses/lgpl-3.0.html +* +* @see https://openhome.cc/eGossip/OpenSCAD/lib2-joint_T.html +* +**/ + module joint_T(shaft_r, shaft_h, t_leng, thickness, spacing = 0.5, center = false) { ring_r = shaft_r + spacing + thickness; module joint_ring() {