mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
CURA-4557 rename ratio percentage to percentage
This commit is contained in:
parent
1aba1cfe6a
commit
9ea59c1976
3 changed files with 3 additions and 3 deletions
|
@ -36,7 +36,7 @@ class ModelChecker(Tool):
|
|||
|
||||
# Get all shrinkage values of materials used
|
||||
for extruder_position, extruder in global_container_stack.extruders.items():
|
||||
shrinkage = extruder.material.getProperty("material_shrinkage_ratio_percentage", "value")
|
||||
shrinkage = extruder.material.getProperty("material_shrinkage_percentage", "value")
|
||||
if shrinkage is None:
|
||||
shrinkage = 0
|
||||
if shrinkage > SHRINKAGE_THRESHOLD:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue