Martin Hohenberg 908cfbc981 Fix estimation: replace 20% infill with 50% material factor, 32 g/h speed
The 20% infill assumption ignored walls and solid layers which dominate
most prints. Validated against Bambu Lab Studio for a GF lid:
  model volume 26.09 cm³ × 0.50 × 1.24 g/cm³ = 16.2 g  (actual: 16.24 g)
  16.2 g / 32 g/h × 60 = 30 min                          (actual: 30.5 min)

New env vars (read at request time, no rebuild needed):
  MATERIAL_FACTOR=0.50        fraction of model volume that becomes filament
  PRINT_SPEED_G_PER_HOUR=32   matches Bambu Lab at normal quality

Card header now shows active assumptions including speed.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-18 22:48:56 +02:00
2026-06-18 22:17:55 +02:00

POPS — Printing Operations Production System

A web-based production management system for 3D print farms.

Features

  • Printer overview — see all printers and their current status at a glance
  • Job queue — track what is printing now and what is in the pipeline
  • Status updates & to-do lists — stay on top of ongoing work
  • Filament database — connect to and manage your filament inventory
  • Price calculator — calculate job costs
  • Print log — keep a history of completed print jobs

Stack

  • Backend: FastAPI
  • Frontend: Web UI (served by FastAPI)
  • Database: MySQL (managed via Alembic migrations)
  • Deployment: Docker

Getting Started

Prerequisites

  • Docker & Docker Compose
  • A MySQL database instance

Run

docker compose up

The application will be available at http://localhost:8720.

Database Migrations

alembic upgrade head
Description
No description provided
Readme 419 KiB
Languages
Python 54.1%
HTML 45.3%
Mako 0.4%
Dockerfile 0.2%