1
0
mirror of https://github.com/pgrondek/SixInchRack.git synced 2024-11-25 21:25:35 +00:00
SixInchRack/README.md

65 lines
2.2 KiB
Markdown
Raw Normal View History

2017-03-05 08:20:08 +00:00
# SixInchRack
2017-03-05 08:41:51 +00:00
This is a project for 6" cabinets and rack enclusures.
For pictures have a look here:
2017-03-05 08:42:43 +00:00
- http://www.thingiverse.com/thing:1957436
- http://www.thingiverse.com/thing:1936196
- http://www.thingiverse.com/thing:2084736
2017-03-05 08:41:51 +00:00
The project is a scaled down version of the familiar 19" rack standard, with the following size:
- 1U is 14mm
2017-03-05 08:53:01 +00:00
- The front plate is 155mm wide
- The inside distance between the two vertical profiles is 115mm
- The ears protrude 20mm
2017-03-05 08:41:51 +00:00
It is designed for the 20x20 extruded aluminium profile, but a profile can also be printed.
2017-03-05 08:20:08 +00:00
##I want to print a simple blank six inch cabinet
2017-03-05 08:23:33 +00:00
Go Thingiverse and locate this build: http://www.thingiverse.com/thing:1957436
In the customizer you specify how many units you need in height, and depth in mm you need.
Alternatively, fetch these files from the repository:...
2017-03-05 08:41:51 +00:00
2017-03-05 08:23:33 +00:00
##I want to print a simple six inch rack enclosure for cabinets
Go Thingiverse and locate this build: http://www.thingiverse.com/thing:1957436
In the customizer you specify which parts you need.
Alternatively, fetch these files from the repository:...
2017-03-05 08:59:26 +00:00
##I want to print a 6" cabinet for a specific component
Either go to thingiverse where you can find the stl's and pictures, or download the stl's form this repository. Currently the following components are supported by the community:
- http://www.thingiverse.com/thing:2084736 Raspberry Pi 3 Model B
- http://www.thingiverse.com/thing:1905998 Raspberry Pi B
2017-03-05 09:06:02 +00:00
- http://www.thingiverse.com/thing:2151578 Beaglebone Black
- http://www.thingiverse.com/thing:2123108 DPS5005 power supply
- http://www.thingiverse.com/thing:2105698 Beaglebone Black
2017-03-05 11:59:31 +00:00
##I want to make a new cabinet for my favourite module
2017-03-05 12:32:21 +00:00
Start by inspecting this file for inspiration _RackCabinets/RaspberryPiModelB/usb_back.scad_, and take a look at the how to section below.
2017-03-05 12:07:48 +00:00
2017-03-05 12:09:12 +00:00
1. Create a new file that includes _sixinch_library.scad_
2017-03-05 12:07:48 +00:00
2. Customize all the parts needed for your cabinet
3. Create a new folder with you project, and anything else needed like print descriptions
4. If you like, create a Thingiverse build with pictures and your stl, and add a link in this file
2017-03-05 11:59:31 +00:00
2017-03-05 12:32:21 +00:00
##Quick How To
A cabinet consist of five parts:
-Front plate
-Rear plate
-Cabinet
-Lid
-Handles
In a new file, include _sixinch_library.scad_.
2017-03-05 11:59:31 +00:00