1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-08-18 21:22:58 +02:00

Added a rectangular tube.

This commit is contained in:
Martin Budden
2021-01-17 16:34:09 +00:00
parent c33876530e
commit bd2ea3f284
2 changed files with 11 additions and 0 deletions

View File

@@ -27,6 +27,9 @@ module tubes() {
translate([50, 10])
tube(10, 8, 30);
translate([100, 10])
rectangular_tube([10, 20, 30]);
}
tubes();