2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-27 21:16:45 +00:00
inventree-website/_repo/inventree-niimbot-plugin.md
piramja ad97166043
[REPO] Add plugin inventree-niimbot-plugin (#215)
* [REPO] Add plugin inventree-niimbot-plugin

* Update inventree-niimbot-plugin.md

added package to PyPi

---------

Co-authored-by: piramja <piramja@honeymelon>
2024-10-24 00:17:36 +02:00

1.7 KiB

name, author, license, open_source, stable, maintained, pypi, package_name, github, issue_tracker, categories, tags
name author license open_source stable maintained pypi package_name github issue_tracker categories tags
inventree-niimbot-plugin piramja MIT true true true true inventree-niimbot-plugin https://github.com/piramja/inventree-niimbot-plugin https://github.com/piramja/inventree-niimbot-plugin/issues
Label
Niimbot
Printer
Label

Introduction

A label printing plugin for InvenTree, which provides support for the Niimbot Label Printers. This plugin is based on the amazing work from labbots/NiimPrintX and modifications from LorisPolenz/NiimPrintX.

Installation

Install this plugin manually as follows:

pip install inventree-niimbot-plugin

Or, add to your plugins.txt file to install automatically using the invoke install command:

inventree-niimbot-plugin

Configuration Options

The following list gives an overview of the available settings. You find them under the InvenTree plugin specific settings.

  • Printer Model Currently supported models are: b1, b18, b21, d11, d110 (but i was only able to test b1 because i don't have other printer models. Please report back if you can test other models!!).

  • Density The print density. Different models seem to accept only certain values (b1 accepts 1-3).

  • Rotation Rotation angle, either 0, 90, 180 or 270 degrees.

  • Scaling Scaling factor, from 10% to 200%.

  • Vertical Offset Vertical offset, from 0 to 200px.

  • Horizontal Offset Horizontal offset, from 0 to 200px.