🖨️ printqueue Live · Self-host

A queue + scheduler for 3D print farms that don't have time to babysit each spool.

Job queue with time + filament estimates. Multi-printer scheduler assigns next job based on printer capabilities + current queue depth. Material tracking with low-spool alerts. Customer orders that flow to jobs. Built for a one-person shop running 3-10 printers out of a garage.

What it does

📋

Job queue

Each job: name, file, estimated time, estimated filament, assigned printer, status (queued/printing/done/failed). Sortable, filterable, sticky.

🎯

Multi-printer scheduler

Assigns the next job to whichever printer is free, respecting bed size + material type constraints. One-click re-queue on failure.

🎞️

Filament tracking

Per-spool inventory with weight remaining, color, material, brand. Usage auto-deducts from jobs. Banner when any spool crosses its low threshold.

💰

Customer orders

Orders link to one or more jobs. Per-order totals from estimated filament + print hours + your markup. Status mirrors the underlying job.

🧮

Time + cost estimator

Paste a .gcode or .3mf header, get parsed print time + filament usage. Apply your $/hour and $/kg to get a quotable price in seconds.

Runs on a laptop

Flask + SQLite, no cloud required. Bring your own Anthropic API key if you want AI failure-detection from camera stills; core features work offline.

Quickstart

# clone and install git clone https://github.com/Dangercorn-Enterprises/printqueue.git cd printqueue pip install -r requirements.txt # run — dashboard on port 5100 python app.py # → http://localhost:5100

Pricing

Self-host
$0/forever
  • Clone from GitHub
  • Run on any laptop or VPS
  • Your data stays yours
  • All core features
  • AI features (BYOK)
Get the source
Multi-farm
$99/mo
  • Everything in Pro
  • Multi-location farms
  • Per-operator accounts
  • Inventory transfers between sites
  • OctoPrint + Klipper integration
  • Priority support
Contact sales

Hosted plans are early-access. Self-host today; email tim@dangercorn.net to join the waitlist.

Related products

printqueue is one of 220+ verticals scaffolded from the same template. Each gets a working skeleton for free; individual ones get promoted to full products as demand surfaces.

craftcost

Handmade-product cost calculator. AI suggests retail pricing.

juiceshop

CRM for juice bars. AI recipe generator from ingredient photos.