Erste Schätzung
This commit is contained in:
parent
886d3711d0
commit
eb0001314a
5 changed files with 114830 additions and 1 deletions
BIN
5-1-4Platzhalter.png
Normal file
BIN
5-1-4Platzhalter.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.3 KiB |
17
5-1-4Platzhalter.scad
Normal file
17
5-1-4Platzhalter.scad
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
$fn=200;
|
||||||
|
|
||||||
|
difference () {
|
||||||
|
cube ([168,105,23]);
|
||||||
|
translate([-0.5,2,-0.5])cube ([102,70.5,16.5]);
|
||||||
|
translate([9,10,15.5])cube ([85,55,8]);
|
||||||
|
translate([150,25,-0.5])cube ([20,55,20.5]);
|
||||||
|
|
||||||
|
translate([15,105.5,3])rotate([90,0,0])cylinder(h=106,d=3);
|
||||||
|
translate([90,105.5,3])rotate([90,0,0])cylinder(h=106,d=3);
|
||||||
|
translate([15,105.5,3])rotate([90,0,0])cylinder(h=30.6,d=8);
|
||||||
|
translate([90,105.5,3])rotate([90,0,0])cylinder(h=30.6,d=8);
|
||||||
|
translate([11,105.5,-5])rotate([90,0,0])cube([8,8,30.6]);
|
||||||
|
translate([86,105.5,-5])rotate([90,0,0])cube([8,8,30.6]);
|
||||||
|
}
|
||||||
|
translate([163,24.5,18])cube ([5,56,2.5]);
|
||||||
|
translate([165.5,80,18])rotate([90,0,0])cylinder(h=56,d=5);
|
BIN
5-1-4Platzhalter.stl
Normal file
BIN
5-1-4Platzhalter.stl
Normal file
Binary file not shown.
114809
CE3S1P_5-1-4Platzhalter.gcode
Normal file
114809
CE3S1P_5-1-4Platzhalter.gcode
Normal file
File diff suppressed because it is too large
Load diff
|
@ -1,3 +1,6 @@
|
||||||
# Serverplatteneinschub
|
# Serverplatteneinschub
|
||||||
|
|
||||||
für 5¼ Zoll Einschübe eine HP Proliant 380 gen9
|
für 5¼ Zoll Festpalatten Einschübe eines HP Proliant 380 gen9
|
||||||
|
|
||||||
|
## 5-1-4Platzhalter.scad
|
||||||
|
![5-1-4Platzhalter.scad](./5-1-4Platzhalter.png "5-1-4Platzhalter.scad")
|
||||||
|
|
Loading…
Reference in a new issue