Added ability to hide qr code entirely when printing

Resolves #231
This commit is contained in:
Donkie
2024-08-07 13:09:43 +02:00
parent 7108b0e7a1
commit 7082c5206b
4 changed files with 52 additions and 30 deletions

View File

@@ -102,17 +102,22 @@
"saveSetting": "Save Presets"
},
"qrcode": {
"button": "Print QR Codes",
"title": "QR Code Printing",
"template": "Template",
"button": "Print Labels",
"title": "Label Printing",
"template": "Label Template",
"templateHelp": "Use {} to insert values of the spool object as text. For example {id} will be replaced with the spool id, or {filament.material} will be replaced with the material of the spool. Enclose text with double asterix ** to make it bold. Click the button to view a list of all available tags.",
"textSize": "Content Text Size",
"textSize": "Label Text Size",
"showContent": "Print Label",
"showSpoolmanIcon": "Show Spoolman Icon"
"showQRCode": "Print QR Code",
"showQRCodeMode": {
"no": "No",
"simple": "Simple",
"withIcon": "With Icon"
}
},
"spoolSelect": {
"title": "Select Spools",
"description": "Select spools to print QR codes for.",
"description": "Select spools to print labels for.",
"showArchived": "Show Archived",
"noSpoolsSelected": "You have not selected any spools.",
"selectAll": "Select/Unselect All",