You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rollo printer prefers{ size: { width: 100, height: 150 }, units: 'mm' } over the more common 4x6 size.
Symptom: Extra unnecessary pages when printing
... in both cases, the customer is unable to remedy the situation because of reluctance of the website developer to add custom label sizes.
Proposed solution:
The proposed solution is to add a JSON mapping file called substitutions.json that allows the JSON messages from the websocket to be intercepted and overridden prior to printing.
A growing complaint of clients is the inability to control certain printer preferences when the website developer is reluctant to do so.
Use-cases:
{ size: { width: 4.08, height: 6.47 }}
when combined with the supplied DK-1247 labels.The roll of labels or tape inside the machine does not match the one selected in the application #1212
{ size: { width: 100, height: 150 }, units: 'mm' }
over the more common 4x6 size.... in both cases, the customer is unable to remedy the situation because of reluctance of the website developer to add custom label sizes.
Proposed solution:
JSON
mapping file calledsubstitutions.json
that allows the JSON messages from the websocket to be intercepted and overridden prior to printing.Proposed JSON format:
for
in the sent data and replace it withuse
.substitutions.json
file will be removed (or renamed) on reinstall to ensure a vanilla experience between reinstalls.TODO:
The text was updated successfully, but these errors were encountered: