Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
evilC opened this issue Nov 1, 2024 · 2 comments
Open

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

evilC opened this issue Nov 1, 2024 · 2 comments

Comments

@evilC
Copy link

evilC commented Nov 1, 2024

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

@evilC 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
@rtyr
Copy link
Collaborator

rtyr commented Nov 1, 2024

FYI @nameisCruzCruz

As I understand it, it only affects the case, when someone creates his own custom printer profile and changes printer notes.

Also please note that this repository is deprecated, current repository related to this topic is https://github.com/prusa3d/PrusaSlicer-settings-non-prusa-fff.

@nameisCruzCruz
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants