plumbed wall, fan and conduit for 6 rack bays

This commit is contained in:
Edward Kisiel
2025-05-05 20:43:15 -04:00
parent b6554114ec
commit 63ea4bae0b
6 changed files with 164 additions and 19 deletions

View File

@@ -38,9 +38,10 @@ module panel_clamp(face, screw, style, dia_x, dia_y, height, mask) {
rotz = face == "left" ? 90 : face == "right" ? 270 : 0;
if(enablemask == true && mstyle == "default") {
}
if(enablemask == false) {
translate([0,0,0]) rotate([rotx,roty,rotz]) {
rotate([rotx,roty,rotz]) {
difference() {
cylinder(d2=dia_x, d1=dia_y, h=height);
if(screw == "m2") {