mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-08-06 15:36:30 +02:00
added info and description
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
//
|
//
|
||||||
// NopSCADlib Copyright Jan Giebels 2024
|
// NopSCADlib Copyright Jan Giebels 2024
|
||||||
|
// info@ecosensors.cloud
|
||||||
|
// ecosensors.cloud
|
||||||
//
|
//
|
||||||
// This file is part of NopSCADlib.
|
// This file is part of NopSCADlib.
|
||||||
//
|
//
|
||||||
@@ -15,6 +17,10 @@
|
|||||||
// If not, see <https://www.gnu.org/licenses/>.
|
// If not, see <https://www.gnu.org/licenses/>.
|
||||||
//
|
//
|
||||||
|
|
||||||
|
//
|
||||||
|
//! Parametric PVC HT water pipes commonly found in hardware stores around germany. Great for building weather proof cases for IoT things.
|
||||||
|
//
|
||||||
|
|
||||||
include <../utils/core/core.scad>
|
include <../utils/core/core.scad>
|
||||||
|
|
||||||
function pipe_od(type) = type[2]; //! Outside diameter
|
function pipe_od(type) = type[2]; //! Outside diameter
|
||||||
|
@@ -1,5 +1,7 @@
|
|||||||
//
|
//
|
||||||
// NopSCADlib Copyright Jan Giebels 2024
|
// NopSCADlib Copyright Jan Giebels 2024
|
||||||
|
// info@ecosensors.cloud
|
||||||
|
// ecosensors.cloud
|
||||||
//
|
//
|
||||||
// This file is part of NopSCADlib.
|
// This file is part of NopSCADlib.
|
||||||
//
|
//
|
||||||
|
Reference in New Issue
Block a user