label_printer/config.py

19 lines
513 B
Python
Raw Permalink Normal View History

2024-09-25 19:48:36 +00:00
# SPDX-License-Identifier: GPL-3.0-or-later
#TODO: all of this not having its own... namespace? is that what you call it? is not great
2025-11-02 14:50:49 +00:00
#label_width = 213
label_width = 450
2024-09-15 12:57:26 +00:00
printer_width = 512
max_label_length = 2000
printer_id = 0
printers = [
{"url": "labelprinter.ti",
"title": "Narrow labels",
"tooltip": "Narrow labels that are hard to remove and are likely to leave residue"},
{"url": "labelprinter2.ti",
"title": "Wide labels",
"tooltip": "Wide and easy to remove labels"},
]