Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions docs/resources.md
Original file line number Diff line number Diff line change
@@ -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
<div class="grid cards" style="text-align: center;" markdown>
- ### Califlower Calibration Tool
<iframe src="https://www.printables.com/embed/682023" width="300" height="340" scrolling="no" frameborder="0"></iframe>
- ### Calistar Calibration Tool
<iframe src="https://www.printables.com/embed/778188" width="300" height="340" scrolling="no" frameborder="0"></iframe>
- ### Idex Calibration Tool
<iframe src="https://www.printables.com/embed/201707" width="300" height="340" scrolling="no" frameborder="0"></iframe>
- ### StealthChanger Test Chip
<iframe src="https://www.printables.com/embed/1092898" width="300" height="340" scrolling="no" frameborder="0"></iframe>
</div>

## Video Resources
<div class="grid cards" style="text-align: center;" markdown>
- ### Steve Builds StealthChanger Build Series
<iframe width="560" height="315" src="https://www.youtube.com/embed/videoseries?si=FyZNV7dDQqHEj4pQ&amp;list=PL0fUJbigELQMP94-8d4qY6wpwOMyw2NDw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

- ### Teching Tech SV08 StealthChanger Build Series
<iframe width="560" height="315" src="https://www.youtube.com/embed/videoseries?si=tCD1ykJiy8aeARBA&amp;list=PLGqRUdq5ULsNIN_40Bv1iTbElj6O7BRrU" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

- ### Layer Up StealthChanger Build Series
<iframe width="560" height="315" src="https://www.youtube.com/embed/videoseries?si=tlOwZ9YXpRNPhzrU&amp;list=PLCj5ZQFMbzH3sZ3Bhm5jUuGKA6QYCDgPo" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

- ### Draftshift Design Cup Blocker Assembly
<iframe width="560" height="315" src="https://www.youtube.com/embed/IefOMR0WlsY?si=KY9_cPwhHXJ7nr7u" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down