Skip to content

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

Open
@evilC

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

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