Update main readme
Signed-off-by: fly <merspieler@alwaysdata.net>
This commit is contained in:
parent
fbe43609ab
commit
2957c0fd0f
1 changed files with 24 additions and 9 deletions
33
README.md
33
README.md
|
@ -11,24 +11,32 @@ Equipement you need:
|
|||
General materials you need:
|
||||
* Grey, black and red filament
|
||||
* M2 self tapping screws
|
||||
* IDC cables:
|
||||
* 4x 10 Pin
|
||||
* 2x 12 Pin
|
||||
* 1x 14 Pin
|
||||
* 1x 24 Pin
|
||||
* IDC cables with various number of pins:
|
||||
* 10 Pin
|
||||
* 12 Pin
|
||||
* 14 Pin
|
||||
* 24 Pin
|
||||
* Plastic glue
|
||||
|
||||
Optionally also have:
|
||||
* Wood filler and sand paper to smooth out the 3D printed parts. This then would also require painting the parts.
|
||||
* Paint to give all panels a uniform color if they have been printed with slightly different filament
|
||||
* Laser cutter to laser and engrave the panels so you can backlight them
|
||||
|
||||
The repo consists of the following sturcture:
|
||||
* common-3d: Contains commonly used 3D printed parts such as knobs
|
||||
* Decals: sticker to be printed and put on 3d printed parts
|
||||
* MIP: Contains all the files needed for the main instrument panel
|
||||
* Overhead: Contains all the files needed for the overhead
|
||||
* Pedestal: Contains all files needed for the pedestal
|
||||
* \*VU-\*: The individual panels.
|
||||
* PedestalConnectBox: The PCB, most things of the pedestal hook up to
|
||||
* MCDU: Everything for the MCDU
|
||||
* flightgear: Files for flightgear flight simulator infterface
|
||||
* Simulators: Contains existing config files for configuring the simulators
|
||||
* submodules: Git submodules which get used land in here
|
||||
|
||||
The directories of the different panels contain the following:
|
||||
* 3d: Contains the source file as well as the .stl file for 3d printing
|
||||
* firmware: Contains firmware needed for this panel
|
||||
* laser: Contains the files if you wanna build the sim using lasered acryl panels (experimental and more expensive than just 3d printing)
|
||||
* pcb: Contains the kicad files for the PCB
|
||||
|
||||
Some of the sub-directories contain READMEs with more specific instructions on the parts.
|
||||
|
||||
|
@ -44,6 +52,13 @@ From the common-3d parts you need:
|
|||
* TODO
|
||||
For the individual panels, check if there are hints in the individual directory
|
||||
|
||||
## Laser cutter
|
||||
Using a laser cutter to cut and engrave the panels provides the option to backlight the panels. And also will probably give a better surface finish (yet to be tested)
|
||||
This is very similar to the process of commercially available panels.
|
||||
The panels get built out of 2 different acryl/PMMA panels:
|
||||
* One semi translucent white panel in 4mm thickness which first gets painted with acryllic paint and then engraved and cut
|
||||
* One transparent panel in 2mm thickness which then gets cut out and glued together under the white panel and which serves as a mounting point for the PCBs etc underneath it as well as to the structure.
|
||||
|
||||
# Contributing
|
||||
If you've built this and have created simulator mappings for other simulators, please submit them so others can use those too.
|
||||
If you're interested in contributing to the development of the hardware it self, please let me know, then I can write more detailed instructions.
|
||||
|
|
Loading…
Add table
Reference in a new issue