1
0
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:
Jan Giebels
2024-10-06 02:20:30 +02:00
parent 195917a879
commit af1b057f59
2 changed files with 8 additions and 0 deletions

View File

@@ -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

View File

@@ -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.
// //