OrcaSlicer
OrcaSlicer copied to clipboard
Small area semicolon description.
Small area Flow Compensation Model demands semicolon at the each line end. Correct description to match actual behavior.
In the JSON file, there's indeed no semicolon.
Yes, but GUI demands them.
It looks like we mixed the use of the multi-string property definition in the profile and the UI. We use the ; to denote multiple strings in the UI, while in the JSON we use a vector of strings. They are interchangeable, but it can cause some confusion. However, since it's working, I have no intention of fixing it. I will merge this PR.