Fixes a configuration issue with the Sovol SV06 ACE profile #7504
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
I have been struggling to get the new SV06 Ace profiles to show up and be usable. Looking in the code I see that the new process config files have " - official" at the end of the filename and in the name. I personally don't know if that should be the case since it deviates from other profiles, but the underlying issue (I believe) was that the default print profile was set to:
"default_print_profile": "0.20mm Standard @sovol SV06 ACE"
not what the print profile had:
"default_print_profile": "0.20mm Standard @sovol SV06 ACE - official"
This patch changes the machine config so it points to the correct print profile. After changing the machine showed up in my install.
Screenshots/Recordings/Graphs
No UI changes
Tests
I made these changes in the config, copied them into my resources folder, removed preferences and tried to add the printer. I verified I could see the printer in the printer selection and drop down.