indx-checklist

A bench checklist for converting a Prusa CORE One with the INDX conversion kit and the CORE One+ Gen 2 upgrade at the same time.

Prusa splits that job across three documents — the INDX guide, the Gen 2 guide, and a combined article that tells you when to jump between them. This flattens all of it into one linear list of 13 blocks: which guide you are in, the exact step to enter at, the exact step to stop after, and the work that only exists in the combined article.

Progress lives in localStorage. There is no backend, no database, and nothing leaves the browser — so the checklist you tick on the phone at the printer is separate from the one on your desktop.

Develop

pnpm install
pnpm dev      # http://0.0.0.0:5180
pnpm build    # typecheck + static build into dist/

Deploy

Dockerfile builds the static site and serves it from nginx on port 80. Dokploy watches main on git.naps.pt/yolo/indx-checklist and redeploys on push.

Content

Every step, link, rivet count and warning comes from Prusa's own documentation:

The one paragraph that is not from Prusa is the closing note about which Gen 2 chapters the route never visits, and it says so on the page.

S
Description
Bench checklist for the combined Prusa CORE One INDX + Gen 2 conversion. Static Vite/React, localStorage only.
Readme 55 KiB
Languages
TypeScript 58.8%
CSS 36.6%
HTML 3.6%
Dockerfile 1%