PRINT HIVE
← Changelog
v1.0.6

Printer Maintenance Mode, Filter Persistence, Training Capture

Take printers offline for maintenance without losing queue state. Filter state now persists in URL params. Training capture trigger now includes pre_print and print_paused events.

What's new

Printer Maintenance Mode

You can now take individual printers offline for scheduled maintenance directly from the fleet view. Printers in maintenance mode are removed from the job queue automatically and their state is preserved — no manual reassignment needed when they come back online.

This was the number one request from farms running 24/7 schedules with rolling maintenance windows.

Filter State Persists in URL

Filter and sort state in fleet and maintenance views now serializes to URL query params. Refresh the page, share a link, or navigate away — your filters are exactly where you left them. Validated against an allow-list to prevent injection via crafted URLs.

Training Capture: pre_print and print_paused

The training data capture trigger filter in the console now includes pre_print and print_paused printer states. This expands the window for capturing labeled samples before and during paused jobs, improving spaghetti detection coverage at job boundaries.

Bug fixes

Upgrade notes

No breaking changes. Apply the included maintenance_mode database migration before enabling maintenance mode, and pull the latest hive-link build for full bridge-side support.