mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-20 05:21:38 +02:00
update comments
This commit is contained in:
@@ -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
|
||||||
|
@@ -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") {
|
||||||
|
Reference in New Issue
Block a user