1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-20 21:41:41 +02:00

update comments

This commit is contained in:
Justin Lin
2020-03-24 17:51:42 +08:00
parent ca65b32ced
commit 56a1b20286
2 changed files with 11 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
/** /**
* shape_circle.scad * shape_circle.scad
* *
* @copyright Justin Lin, 2017 * @copyright Justin Lin, 2020
* @license https://opensource.org/licenses/lgpl-3.0.html * @license https://opensource.org/licenses/lgpl-3.0.html
* *
* @see https://openhome.cc/eGossip/OpenSCAD/lib2x-shape_circle.html * @see https://openhome.cc/eGossip/OpenSCAD/lib2x-shape_circle.html

View File

@@ -1,3 +1,13 @@
/**
* sweep.scad
*
* @copyright Justin Lin, 2020
* @license https://opensource.org/licenses/lgpl-3.0.html
*
* @see https://openhome.cc/eGossip/OpenSCAD/lib2x-sweep.html
*
**/
use <util/reverse.scad>; use <util/reverse.scad>;
module sweep(sections, triangles = "SOLID") { module sweep(sections, triangles = "SOLID") {