1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-09-01 03:21:53 +02:00

Added printed SSR shrouds

This commit is contained in:
Chris Palmer
2019-06-22 12:36:07 +01:00
parent 9ccdf3c075
commit 13624eb9bd
8 changed files with 253 additions and 5 deletions

View File

@@ -86,6 +86,7 @@ use <tests/ribbon_clamp.scad>
use <tests/screw_knob.scad>
use <tests/socket_box.scad>
use <tests/strap_handle.scad>
use <tests/ssr_shroud.scad>
x5 = 800;
@@ -300,9 +301,12 @@ translate([x3 + 15, modules_y])
translate([x3 + 40, modules_y])
modules();
translate([x3, ssrs_y])
translate([x3, ssrs_y]) {
ssrs();
ssr_shrouds();
}
translate([x3, blowers_y])
blowers();