Added installation instructions (barely)

This commit is contained in:
pyr0ball 2019-07-25 14:24:07 -07:00
parent c35d25bfac
commit e64b380a74
3 changed files with 11 additions and 0 deletions

View file

@ -3,3 +3,9 @@
Pyr0-Piezo is a circuit design that incorporates the use of Piezoelectric Elements in order to reliably sense the real-world location of a 3D printer's bed. It incorporates a microcontroller (MCU) to sense the specific conditions of a printer that could effect the sensor's input, and make on-the-fly adjustments to ensure a consistent reading.
The latest firmware for this project can be found [HERE](https://github.com/pyr0ball/pyr0piezo/tree/master/firmware/Compiled-Firmware)
Join our discord for support and to join in realtime discussion for the project:
<div class="discord_widget">
<iframe src="https://discordapp.com/widget?id=544587989536473099&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0"> </iframe>
</div>

4
docs/installation.md Normal file
View file

@ -0,0 +1,4 @@
Pyr0-Piezo Installation Instructions
-----------------------------
***Important***: Every printer is different, and this sensor can be adapted to any of them, however we may not currently have a mount designed for your needs. If that's the case, please open an issue on the github and/or send us a ping on the discord server.

View file

@ -13,6 +13,7 @@ nav:
- 'Home': 'index.md'
- 'About': 'about.md'
- 'FAQ': 'faq.md'
- 'Installation': 'installation.md'
- 'Configuration': 'config.md'
- 'Main Site': 'https://pyroballpcbs.com'