OrcaSlicer icon indicating copy to clipboard operation
OrcaSlicer copied to clipboard

Small area semicolon description.

Open vovodroid opened this issue 8 months ago • 1 comments

Small area Flow Compensation Model demands semicolon at the each line end. Correct description to match actual behavior.

vovodroid avatar Mar 21 '25 16:03 vovodroid

In the JSON file, there's indeed no semicolon.

Yes, but GUI demands them.

vovodroid avatar Mar 29 '25 13:03 vovodroid

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.

SoftFever avatar Apr 15 '25 15:04 SoftFever