PrintFxv2

This commit is contained in:
2026-09-16 11:29:52 +10:00
parent 922ce99d25
commit 3b2a399769
7 changed files with 57 additions and 11 deletions
+3 -1
View File
@@ -73,8 +73,10 @@ const args = [
'--printer', target,
'print',
'--label', label,
file,
];
// Required on black/red tape even when the badge is entirely black.
if (label === '62red') args.push('--red');
args.push(file);
console.log('');
console.log(` running: ${config.printing.command} ${args.join(' ')}`);