Files

copied

Scanning the repository...

Last update 2 months 1 week by Adrià Brú
Filesphoton_psu_second
..
Library.pretty
photon_psu_second-backups
Case.scad
PhotonPSU_rev4.zip
PhotonPSU_vX.zip
README.md
fp-info-cache
fp-lib-table
photon_psu_second.kicad_pcb
photon_psu_second.kicad_prl
photon_psu_second.kicad_pro
photon_psu_second.kicad_sch
photon_psu_second.kicad_sch-bak
psu_case.scad
psu_case.stl
psu_case_2.scad
psu_case_3.scad
psu_case_4.json
psu_case_4.scad
psu_case_4_body.3mf
psu_case_4_body.stl
psu_case_4_lid.stl
~photon_psu_second.kicad_pcb.lck
Case.scad
dims = [62, 100, 30]; width = 4; spacing = 1; module exterior(dims) { difference() { cube([dims[0]+width, dims[1]+width, dims[2]+width], center = true); cube([dims[0]+spacing, dims[1]+spacing, dims[2]+spacing], center = true); }; } module power_out(dims, pos) { translate(pos){cube(dims, center = true);}; } module usb_c(margin, pos) { translate(pos){cube([8.94+margin, 5, 3.26+margin], center = true);}; } module switch(margin, pos) { translate(pos){cube([], center = true);}; } difference(){ exterior(dims); power_out([40,10,20], [0, dims[1]/2, -dims[2]/2+10]); usb_c(1, [0, -dims[1]/2, -dims[2]/2 + width/2 + 1]); }

Annotations

photon_psu.kicad_sch
7f31b0a9
0/3 comments
Report a bug