Invert warning values

A small positive (>100) value is correct. It needs to compensate by increasing the size, usually. If you need to compensate by making it smaller, that means that the material would expand when cooling, which is very rare.

Contributes to issue CURA-7118.
This commit is contained in:
Ghostkeeper 2020-09-02 02:03:34 +02:00
parent 67092e1355
commit 4e283b5a78
No known key found for this signature in database
GPG Key ID: D2A8871EE34EC59A

View File

@ -2325,8 +2325,8 @@
"type": "float",
"default_value": 100.0,
"minimum_value": "0.001",
"minimum_value_warning": "80",
"maximum_value_warning": "100",
"minimum_value_warning": "100",
"maximum_value_warning": "120",
"settable_per_mesh": false,
"settable_per_extruder": false,
"resolve": "sum(extruderValues(\"material_shrinkage_percentage\")) / len(extruderValues(\"material_shrinkage_percentage\"))"