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
I’m trying to add profiles for printers I’ve tested, but it’s a bit difficult to figure out what features mean, since some of them seem to be mandatory despite not being used e.g. by python-escpos. E.g. highDensity or starCommands (the latter is probably proprietary commands Star printer support?).
Could you please document them?
Thanks!
The text was updated successfully, but these errors were encountered:
I've labeled this as an enhancement because I agree that it would be useful, though I'm not planning on adding it myself any time soon (pull requests welcome).
We would ideally make this machine-readable, and bundle it with the database itself (eg. as features.yml), since some projects such as this could display the values, and our own build process could use the list in place of the current hard-coded values.
To address your current sticking point though, yes many fields are mandatory. You don't need to include them in your own profile though, I would recommend extending a base profile (or a profile for a similar printer), so that you only need to specify the differences.
For example, the AF-240 profile uses inherits: simple, and does not specify starCommands.
Hi,
I’m trying to add profiles for printers I’ve tested, but it’s a bit difficult to figure out what features mean, since some of them seem to be mandatory despite not being used e.g. by python-escpos. E.g.
highDensity
orstarCommands
(the latter is probably proprietary commands Star printer support?).Could you please document them?
Thanks!
The text was updated successfully, but these errors were encountered: