Skip to content

Ratrig profiles are missing a . in compatible printers condition #277

Description

@evilC

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.*/

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions