Public Access
PrintFxv2
This commit is contained in:
@@ -68,7 +68,7 @@ for (const [label, description] of CANDIDATES) {
|
||||
'--backend', 'network',
|
||||
'--model', site.printer_model || 'QL-820NWB',
|
||||
'--printer', target,
|
||||
'print', '--label', label, file,
|
||||
'print', '--label', label, ...(label === '62red' ? ['--red'] : []), file,
|
||||
],
|
||||
{ stdio: ['ignore', 'pipe', 'pipe'], timeout: config.printing.timeoutMs }
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user