git404hub

what is filament_calibration_wizard fr?

tayloraaron078-tech/filament_calibration_wizard — explained in plain English

Analysis updated 2026-05-18

85TypeScriptAudience · generalComplexity · 2/5Setup · easy

tl;dr

A local-first, guided web wizard that walks 3D printer users through calibrating filament settings for Orca Slicer or Bambu Studio, with no account needed.

vibe map

mindmap
  root((PerfectFit))
    What it does
      Guides filament calibration
      Covers temperature and flow
      Verifies with test print
    Tech stack
      TypeScript
      Vite
      Docker
      Tauri desktop
    Modes
      Coach Mode
      Expert Mode
    Privacy
      No account needed
      No backend or telemetry
      Data stays in browser
    Hosting
      Static file hosting
      Docker container
      Desktop app packaging

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Calibrate temperature, flow ratio, pressure advance, and retraction for a 3D printer filament using a guided wizard.

VIBE 2

Use Coach Mode for plain-language help if you are new to filament calibration.

VIBE 3

Self-host the calibration wizard on your own server, in Docker, or as a small desktop app.

VIBE 4

Keep every calibration result private since all data, including photos, stays only in your browser.

what's the stack?

TypeScriptNode.jsViteDockerTauri

how it stacks up fr

tayloraaron078-tech/filament_calibration_wizardapex-dao/limitless-trading-botepilande/ccmux
Stars858486
LanguageTypeScriptTypeScriptTypeScript
Setup difficultyeasyeasyeasy
Complexity2/52/52/5
Audiencegeneraldeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 30min

Requires Node.js 18 or newer only for building, the finished app is static files with no backend.

in plain english

PerfectFit is a guided web app for 3D printer owners who want to properly calibrate their filament settings for slicer software called Orca Slicer or Bambu Studio. Calibration is normally a fiddly process involving spreadsheets, tutorials, and trial and error, and this tool replaces that with a step by step wizard covering temperature, flow ratio, pressure advance, retraction, maximum print speed, and a final test print to confirm everything worked. It offers two ways of working. Coach Mode explains things in plain language, gives examples of good and bad results, and helps you decide what to do if you are unsure, while Expert Mode gives a faster, more condensed flow for people who already know what they are doing. Every calculation the tool performs shows its inputs, the formula used, and how the numbers were combined, so nothing happens as a hidden black box. It also tracks a calibration timeline, gives you a confidence score, suggests when a retest might be worth doing, and lets you print a one page calibration card with a QR code or a full detailed report. One notable design choice is privacy. There is no account to create, no server backend, and no analytics or tracking, everything including any photos you use stays stored locally in your own browser. Running it for development requires Node.js and standard commands to install dependencies and start a local server, and building it produces a set of static files that can be hosted anywhere, including through Nginx or Apache, without needing a database or a backend language like PHP. The project also provides a Docker setup for running it in a container, and instructions for packaging it as a small native desktop app using a tool called Tauri, which the README notes is far lighter than alternatives like Electron. Because the app stores its data per browser origin, moving it to a different domain means starting fresh unless you export and reimport a backup first.

prompts (copy fr)

prompt 1
Walk me through installing and running PerfectFit locally to calibrate my 3D printer filament.
prompt 2
Explain what flow ratio and pressure advance calibration mean for 3D printing in simple terms.
prompt 3
Show me how to host a static web app like this one behind Nginx or in a Docker container.
prompt 4
How do I package a web app as a lightweight desktop app using Tauri instead of Electron?

Frequently asked questions

what is filament_calibration_wizard fr?

A local-first, guided web wizard that walks 3D printer users through calibrating filament settings for Orca Slicer or Bambu Studio, with no account needed.

What language is filament_calibration_wizard written in?

Mainly TypeScript. The stack also includes TypeScript, Node.js, Vite.

How hard is filament_calibration_wizard to set up?

Setup difficulty is rated easy, with roughly 30min to a first successful run.

Who is filament_calibration_wizard for?

Mainly general.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.