diff --git a/docs/resources.md b/docs/resources.md new file mode 100644 index 0000000..eb5fa37 --- /dev/null +++ b/docs/resources.md @@ -0,0 +1,45 @@ +# Useful Resources + +## DraftShift Design Github Repositories +- [Cable Management](https://github.com/DraftShift/CableManagement){:target="_blank"} +- [StealthChanger](https://github.com/DraftShift/StealthChanger){:target="_blank"} +- [Door Buffer](https://github.com/DraftShift/DoorBuffer){:target="_blank"} +- [Modular Dock](https://github.com/DraftShift/ModularDock){:target="_blank"} +- [Tophat](https://github.com/DraftShift/Tophat){:target="_blank"} + +## Toolhead Github Repositories +{% for tool in tools.toolheads %} +- [{{tool}}]({{tools.toolheads[tool].url}}){:target="_blank"} +{% endfor %} + +## Supplementary Guides +- [Esoterical's CANbus Guide](https://canbus.esoterical.online){:target="_blank"} - Step by step instructions on how to set up your CANbus network and flash CANbus devices. +- [Esoterical's USB Guide](https://usb.esoterical.online){:target="_blank"} - Step by step instructions on how to flash your USB devices. +- [Ellis' Print Tuning Guide](https://ellis3dp.com){:target="_blank"} - A curated collection of useful print tuning guides. + +## Calibration Prints +
+- ### Califlower Calibration Tool + +- ### Calistar Calibration Tool + +- ### Idex Calibration Tool + +- ### StealthChanger Test Chip + +
+ +## Video Resources +
+- ### Steve Builds StealthChanger Build Series + + +- ### Teching Tech SV08 StealthChanger Build Series + + +- ### Layer Up StealthChanger Build Series + + +- ### Draftshift Design Cup Blocker Assembly + +
diff --git a/mkdocs.yml b/mkdocs.yml index 06626df..be1a6de 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -88,6 +88,7 @@ nav: - Troubleshooting: calibration/troubleshooting.md - Usermods: usermods.md + - Resources: resources.md - Contributing: contributing.md - Resellers: resellers.md - DraftShift Design: draftshift.md