51a77914613919cf8c9292f5e8c4589c765e694d
Walls are fixed thickness regardless of model size, so small models are
wall-dominated (high material factor) while large models are infill-dominated.
_effective_factor() uses log-linear interpolation:
factor = MATERIAL_FACTOR - log10(volume / 25 cm³) × 0.15
Example curve:
0.5 cm³ → 0.76 1 cm³ → 0.71 10 cm³ → 0.56
26 cm³ → 0.50 100 cm³ → 0.41 500 cm³ → 0.31
MATERIAL_FACTOR env var is now the anchor at 25 cm³ (validated reference).
The card header shows the effective (size-adjusted) factor for the specific job.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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
Languages
Python
54.1%
HTML
45.3%
Mako
0.4%
Dockerfile
0.2%