1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-08-19 13:41:23 +02:00

Added ability to add PCB to PSU.

Also added two slimline LED PSUs with PCBs and terminals at both ends.
This commit is contained in:
Martin Budden
2022-01-23 23:21:10 +00:00
parent df3da13d6b
commit 680563808a
3 changed files with 111 additions and 23 deletions

View File

@@ -30,9 +30,10 @@ module psus()
rotate(atx_psu(p) ? 0 : 90) {
psu(p);
psu_screw_positions(p)
translate_z(3)
screw_and_washer(psu_screw(p), 8);
if (psu_screw(p))
psu_screw_positions(p)
translate_z(3)
screw_and_washer(psu_screw(p), 8);
if(show_cutout && atx_psu(p))
#atx_psu_cutout(p);