reorder supermicro-sc808t stuff
Before Width: | Height: | Size: 52 KiB |
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 43 KiB |
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 39 KiB |
|
@ -1,5 +1,5 @@
|
|||
// supermicro SC808 (and others) fan holder for 2x 40x40x28mm fans instead of 3x 40x40x56mm
|
||||
// by zeus - 2022-09-09 - CC-BY-NC-SA-4.0 - https://git.kostianix.de/zeus/3d-stuff/openscad/
|
||||
// by zeus - 2022-09-09 - CC-BY-NC-SA-4.0 - https://git.kostianix.de/zeus/3d-stuff/openscad/own/supermicro_sc808t/
|
||||
// #####################################
|
||||
$fn=100;
|
||||
mt=1.75;
|
||||
|
@ -90,5 +90,3 @@ rotate([0,0,180])translate([-base_w/2,0,mt/2])mirror([0,1,0])tab();
|
|||
|
||||
|
||||
//hole_control();
|
||||
|
||||
//translate([-6.25,-10.25,-base_h/2])%import("fanholdersrc.stl",center=true);
|
|
@ -1,5 +1,5 @@
|
|||
// supermicro SC808 (and others) fan holder for 2x 40x40x28mm fans instead of 3x 40x40x56mm
|
||||
// by zeus - 2022-09-09 - CC-BY-NC-SA-4.0 - https://git.kostianix.de/zeus/3d-stuff/openscad/
|
||||
// by zeus - 2022-09-09 - CC-BY-NC-SA-4.0 - https://git.kostianix.de/zeus/3d-stuff/openscad/own/supermicro_sc808t/
|
||||
// #####################################
|
||||
$fn=100;
|
||||
mt=1.75;
|
||||
|
@ -80,6 +80,4 @@ translate([-base_w/2,0,mt/2])tab();
|
|||
rotate([0,0,180])translate([-base_w/2,0,mt/2])tab();
|
||||
|
||||
|
||||
//hole_control();
|
||||
|
||||
//translate([-6.25,-10.25,-base_h/2])%import("fanholdersrc.stl",center=true);
|
||||
//hole_control();
|
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 41 KiB |
Before Width: | Height: | Size: 113 KiB After Width: | Height: | Size: 113 KiB |
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 125 KiB After Width: | Height: | Size: 125 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
|
@ -0,0 +1,3 @@
|
|||
The actual model is in SCAD/hdd-holder.scad
|
||||
the folderstructure and the box.scad is from another project that I borrowed from 'Joaquín Fernández'
|
||||
(https://gitlab.com/joaquinfq/openscad/, CC-BY-NC-4.0)
|
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 52 KiB |
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 60 KiB |
|
@ -1,5 +1,5 @@
|
|||
// supermicro SC808 (and others) I/O-Shields to be able to utilize mITX-boards with extenation-cords that allow for Surface-Mounting
|
||||
// by zeus - 2022-09-11 - CC-BY-NC-SA-4.0 - https://git.kostianix.de/zeus/3d-stuff/openscad/
|
||||
// by zeus - 2022-09-11 - CC-BY-NC-SA-4.0 - https://git.kostianix.de/zeus/3d-stuff/openscad/own/supermicro_sc808t/
|
||||
// #####################################
|
||||
// VARS:
|
||||
// #####################################
|
||||
|
@ -198,22 +198,15 @@ module shield_ports(){
|
|||
translate([-23,-1,-3*mt-q])rotate([0,0,-90])#port_ethernet();
|
||||
translate([22.5,-1,-3*mt-q])rotate([0,0,-90])#port_ethernet();
|
||||
translate([63.5,-1,-3*mt-q])rotate([0,0,-90])#port_ethernet();
|
||||
|
||||
|
||||
// slots
|
||||
|
||||
}
|
||||
}
|
||||
// #####################################
|
||||
// DRAWING:
|
||||
|
||||
// shield_2();
|
||||
shield_grill();
|
||||
|
||||
//port_ethernet();
|
||||
shield_ports();
|
||||
|
||||
|
||||
// todo: add text
|
||||
// shield_ports();
|
||||
|
||||
|
||||
|