mirror of
https://github.com/aborelis/ASN-Label-Generator.git
synced 2026-03-14 08:33:28 +00:00
feat(labelInfo): add label configuration for Herma 5027
This commit is contained in:
parent
9137595e22
commit
0886f327f2
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ from reportlab.lib.units import mm, cm
|
|||
# page size w/h or name from reportlab.lib.pagesizes
|
||||
|
||||
labelInfo = {
|
||||
5027: (5, 13, (38.1 * mm, 21.2 * mm), (0, 0), (10.95 * mm, 10.9 * mm), A4),
|
||||
# 22x 32mm x 10mm mini labels
|
||||
3044: (2, 11, (32, 10), (2, 2), (1, 1), (66.5 * mm, 120.5 * mm)),
|
||||
# 189x 25.4mm x 10mm mini labels
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue