1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-08-30 02:30:27 +02:00

added more pipes and some cleanup

This commit is contained in:
Jan Giebels
2024-10-06 14:46:40 +02:00
parent af1b057f59
commit 178f67f815
3 changed files with 76 additions and 23 deletions

View File

@@ -20,9 +20,10 @@ use <../utils/layout.scad>
include <../vitamins/ht_pipes.scad>
module ht_pipes()
layout([for(p = ht_pipes) 100])
color("grey")
layout([for(p = ht_pipes) 40 + p[2]])
translate([0, 0, 0]) {
rotate(180) {
// rotate(0) {
if (ht_pipes[$i][4] <= 34)
translate([0, 0, ht_pipes[$i][4]])
ht_cap(ht_pipes[$i]);
@@ -30,8 +31,7 @@ module ht_pipes()
ht_pipe(ht_pipes[$i]);
if (ht_pipes[$i][4] == 100)
ht_tpipe(ht_pipes[$i]);
}
// }
}
if($preview)