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
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:
The above should be changed to something like compatible_printers_condition = printer_notes=~/.*VCore4HYBRIDsettings.*/
The text was updated successfully, but these errors were encountered:
evilC
changed the title
Ratrig profiles are missing a . in comnpatible printers condition
Ratrig profiles are missing a . in compatible printers condition
Nov 1, 2024
Hi @rtyr printer notes aer meant to automatically select the print profiles as you know, for now it is mandatory on our INI file, maybe I can work around it to prevent the user from breaking it. Do you have any suggestions?
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:
Whereas the following is not:
The above should be changed to something like
compatible_printers_condition = printer_notes=~/.*VCore4HYBRIDsettings.*/
The text was updated successfully, but these errors were encountered: