1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-13 18:24:28 +02:00

add comment

This commit is contained in:
Justin Lin
2019-09-29 12:12:23 +08:00
parent 36b4cdf0d2
commit 5212f6ffc4

View File

@@ -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() {