Public Access
PrintFxv2
This commit is contained in:
+4
-2
@@ -847,8 +847,10 @@ function openSiteModal(site) {
|
||||
<option value="62" ${site.printer.label !== '62red' ? 'selected' : ''}>62 mm continuous, black only</option>
|
||||
<option value="62red" ${site.printer.label === '62red' ? 'selected' : ''}>62 mm continuous, black and red (DK-22251)</option>
|
||||
</select></label>
|
||||
<p class="hint">This must match the roll actually in the machine. Send a two-colour job to a
|
||||
plain roll and the printer answers <em>Wrong Roll Type</em> and prints nothing.</p>
|
||||
<p class="hint">This must match the roll actually in the machine, and it matters in both
|
||||
directions. A two-colour job on a plain roll is refused as <em>Wrong Roll Type</em>; a
|
||||
monochrome job on a DK-22251 is refused with <em>Black/Red on White paper is installed
|
||||
now</em>. The DK-22251 needs the two-colour option even when the badge is entirely black.</p>
|
||||
<div class="modal-row">
|
||||
${field('Model', 'printerModel', site.printer.model)}
|
||||
<label class="modal-field"><span>Rotation</span>
|
||||
|
||||
Reference in New Issue
Block a user