|
| 1 | +--- |
| 2 | +layout: plugin |
| 3 | + |
| 4 | +id: queue |
| 5 | +title: OctoPrint-Queue |
| 6 | +description: A simple queue setup designed for use by staff at a public library. |
| 7 | +authors: |
| 8 | +- Chris Hennes, Pioneer Library System |
| 9 | +license: AGPLv3 |
| 10 | + |
| 11 | +date: 2022-06-06 |
| 12 | + |
| 13 | +homepage: https://github.com/chennes/OctoPrint-Queue |
| 14 | +source: https://github.com/chennes/OctoPrint-Queue |
| 15 | +archive: https://github.com/chennes/OctoPrint-Queue/archive/master.zip |
| 16 | + |
| 17 | +tags: |
| 18 | +- ui |
| 19 | +- queue |
| 20 | + |
| 21 | +screenshots: |
| 22 | +- url: /assets/img/plugins/queue/interface.png |
| 23 | + alt: Screenshot of the main user interface of the plugin. |
| 24 | + caption: The queue with a few items in it. |
| 25 | +- url: /assets/img/plugins/queue/add.png |
| 26 | + alt: Screenshot of the Add to Queue screen. |
| 27 | + caption: The Add to Queue screen appears when you upload a file, or when you click the "Add" button. |
| 28 | +- url: /assets/img/plugins/queue/settings.png |
| 29 | + alt: The settings screen. |
| 30 | + caption: The settings screen showing the default priorities. |
| 31 | + |
| 32 | +featuredimage: /assets/img/plugins/queue/queue.png |
| 33 | + |
| 34 | +compatibility: |
| 35 | + octoprint: |
| 36 | + - 1.3.0 |
| 37 | + python: ">=3.0,<4" |
| 38 | + |
| 39 | +--- |
| 40 | + |
| 41 | +## A simple print queue |
| 42 | + |
| 43 | +Designed for use at a public library, this plugin allows staff to efficiently manage customer print |
| 44 | +jobs. Its simple interface and setup are easy to learn, and your organization can either implement its own |
| 45 | +prioritization scheme or use the one provided with the plugin. It is primarily intended as a staff communication |
| 46 | +mechanism, allowing staff to see which job they should start up next, as well as look up completed jobs |
| 47 | +to provide information to customers. |
| 48 | + |
| 49 | +# Purely local |
| 50 | + |
| 51 | +This plugin does not use any outside services and has no requirements beyond having an OctoPrint installation. |
| 52 | +It does not enforce any restrictions on the input fields, giving staff complete flexibility in how the tool |
| 53 | +gets used. |
| 54 | + |
| 55 | +Copyright 2019 [Pioneer Library System](http://pioneerlibrarysystem.org). Some rights reserved, see the [GNU Affero General Public License](https://www.gnu.org/licenses/agpl-3.0.en.html) for details. |
0 commit comments