Open
Description
All the RR profiles have something like compatible_printers_condition = printer_notes=~/.*VCore4HYBRIDsettings*/
If you add anything (except, in this case, as many s
as you like...) to the end of a printer's notes, it breaks that setting for that printer.
eg for the above example, the following printer notes are valid:
Foo
VCore4HYBRIDsettingssssssssssssssssssssssssssssssssssssssssssssssss
Whereas the following is not:
VCore4HYBRIDsettings
Foo
The above should be changed to something like compatible_printers_condition = printer_notes=~/.*VCore4HYBRIDsettings.*/
Metadata
Metadata
Assignees
Labels
No labels