diff --git a/docs/index.md b/docs/index.md index 9ab2295..5114ad6 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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: +
diff --git a/docs/installation.md b/docs/installation.md new file mode 100644 index 0000000..dd259de --- /dev/null +++ b/docs/installation.md @@ -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. diff --git a/mkdocs.yml b/mkdocs.yml index a722c10..848d16e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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'