An interactive, mobile-friendly web guide for the Original Prusa i3 MK3S at Vancouver Hackspace (VHS).
A static HTML instructional guide to the Prusa printers at the Vancouver.
There is no server, no database, and no installation required. It runs entirely in the browser. Progress is not saved between sessions.
| File | Description |
|---|---|
index.html |
Training guide — 5 tasks, knowledge checks, self-assessment |
Training guide (index.html)
- How This Printer Works — mental model and labelled diagram
- Filament guide with decision framework
- 5 step-by-step tasks with tappable checklists
- WHY explanations for every step (expandable)
- Good vs bad first layer assessment
- Live Adjust Z and cancel-or-continue guidance
- Knowledge check — 10 questions across all 5 tasks
- Am I Ready? — self-assessment checklist with links back to tasks
- What's Next — after your first print
Open index.html in any browser. No installation, no server, no dependencies required.
To use at the printer: host on GitHub Pages and generate a QR code pointing to the URL. Tape the QR code to the printer.
All content is plain JavaScript objects at the top of each file. Open in any text editor, find the relevant array (TASKS, TROUBLESHOOTING, FILAMENT_GUIDE, etc.), and edit the text strings directly.
No build step required. Save the file and refresh the browser to see changes.
- Push
index.htmlto the root of a public GitHub repository - Go to Settings → Pages → Source → Deploy from a branch → main → / (root)
- Your guide will be live at
https://yourusername.github.io/repository-name
Original Prusa i3 MK3S — Vancouver Hackspace
Document number: VHS-3DP-PRUSAMK3
Creative Commons Zero v1.0 Universal (CC0) — public domain. Use, adapt, and share freely.
React (via CDN) and plain HTML.