Fix inconsistencies with SV06 (Plus) ACE profiles, and pull in start G-code fix from Sovol #8035
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
A few changes to the stock profiles for the SV06 ACE (recently released) and SV06 Plus ACE (not released yet, AFAICT). These are bug fixes on the stock profiles rather than anything that deviates from how Sovol appears to have intended to set them up:
- official
suffix from the profile names. It doesn't seem to be used elsewhere (except for a couple random Comgrow printers), and clutters up the profile list.retract_minimum_trave
setting, which doesn't exist and appears to be a typo forretraction_minimum_travel
. Updatedretraction_minimum_travel
for the SV06 ACE from 2mm to 1mm, which appears to have been Sovol's intent with the typo'd setting. (This also brings that setting's value in line with what the SV06 Plus ACE already has.)START_PRINT
, which performs the adaptive mesh bed level) (This also brings the SV06 ACE in line with the SV06 Plus ACE, which already did this.)One thing about the profile I didn't change, but considered: Sovol defaults to a skirt with one loop at distance 0mm. I'm not sure the point of that: it's the world's worst brim, and quite annoying to remove. But that is how they configured it, and so I figured I'd leave that part alone.
Screenshots/Recordings/Graphs
N/A
Tests
Used these modified profiles locally with my SV06 ACE and verified the settings were as expected.