inventree / inventree-brother-plugin

Label printing plugin for Brother series printers
MIT License
16 stars 12 forks source link

Fix missing parameter for red print label #9

Closed miggland closed 1 year ago

miggland commented 1 year ago

When using label '62red', the flag --red must be supplied, otherwise an error 'wrong roll type' appears on the printer.

See https://github.com/pklaus/brother_ql/issues/52

This fixes that issue, by automatically adding the --red flag if the red label is used.