mdziekon / octoprint-spoolman

An OctoPrint plugin integrating with Spoolman, a universal filament spools inventory manager.
GNU Affero General Public License v3.0
21 stars 2 forks source link

Filter out archived spools #18

Closed mdziekon closed 6 months ago

mdziekon commented 6 months ago

Description

Currently, we fetch all spools, regardless of their state. Archived spools should be filtered out (ideally, on request level) to prevent clutter.

mdziekon commented 6 months ago

Closing, apparently default behavior of GET /spool is to filter out archived spools.