1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-09-02 11:52:42 +02:00

Added PSU shrouds.

This commit is contained in:
Chris Palmer
2019-06-27 13:20:50 +01:00
parent 8ea7d92997
commit a3e51d2607
8 changed files with 320 additions and 9 deletions

View File

@@ -87,6 +87,7 @@ use <tests/screw_knob.scad>
use <tests/socket_box.scad>
use <tests/strap_handle.scad>
use <tests/ssr_shroud.scad>
use <tests/psu_shroud.scad>
x5 = 800;
@@ -217,9 +218,11 @@ translate([x0, fans_y]) {
translate([x0, transformers_y])
variacs();
translate([x0, psus_y])
translate([x0, psus_y]) {
psus();
psu_shrouds();
}
x1 = x0 + 100;
zipties_y = 0;