inventree-cups-plugin
wolflu05
last modified: 02 Jun 2025
Label printing plugin for generic cups printers
A label printing plugin for InvenTree, which provides support for Cups label printing servers. If your printer is not cups compatible, you can setup a cups printing server. This article describes how to setup a cups printing server for the DYMO LabelWriter 450 Duo.
Installation
:warning: This plugin needs
cups-develinstalled to install its dependencies. You can read more about the requirements atpycups. If you’re usingaptas a package manager runapt install libcups2-devbefore.
Install this plugin as follows:
pip install git+https://github.com/wolflu05/inventree-cups-plugin
Or, add to your plugins.txt file:
git+https://github.com/wolflu05/inventree-cups-plugin
Configuration Options
| Name | Description | Example |
|---|---|---|
| Server | IP/Hostname to connect to the cups server | 192.168.1.5 |
| Port | Port to connect to the cups server | 631 |
| Benutzer | User to connect to the cups server | can also be empty |
| Passwort | Password to connect to the cups server | can also be empty |
| Printer | Printer from cups server, can be selected if valid connection options are saved in | myprinter |
Detail section
License:
MIT
Status:
Stable
Maintained
Issue Tracker
Sourcecode on GitHub
wolflu05/inventree-cups-plugin