1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-01-18 06:38:14 +01:00

add comment

This commit is contained in:
Justin Lin 2019-06-30 20:27:21 +08:00
parent 273d32dc69
commit 55c2cd6fda

View File

@ -1,3 +1,13 @@
/**
* px_polyline.scad
*
* @copyright Justin Lin, 2019
* @license https://opensource.org/licenses/lgpl-3.0.html
*
* @see https://openhome.cc/eGossip/OpenSCAD/lib2-px_polyline.html
*
**/
include <__comm__/__to3d.scad>;
include <__comm__/__to2d.scad>;
include <__comm__/__lines_from.scad>;