mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 04:55:54 +08:00
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:
parent
67092e1355
commit
4e283b5a78
@ -2325,8 +2325,8 @@
|
|||||||
"type": "float",
|
"type": "float",
|
||||||
"default_value": 100.0,
|
"default_value": 100.0,
|
||||||
"minimum_value": "0.001",
|
"minimum_value": "0.001",
|
||||||
"minimum_value_warning": "80",
|
"minimum_value_warning": "100",
|
||||||
"maximum_value_warning": "100",
|
"maximum_value_warning": "120",
|
||||||
"settable_per_mesh": false,
|
"settable_per_mesh": false,
|
||||||
"settable_per_extruder": false,
|
"settable_per_extruder": false,
|
||||||
"resolve": "sum(extruderValues(\"material_shrinkage_percentage\")) / len(extruderValues(\"material_shrinkage_percentage\"))"
|
"resolve": "sum(extruderValues(\"material_shrinkage_percentage\")) / len(extruderValues(\"material_shrinkage_percentage\"))"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user