Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2020-09-18 13:48:02 +0300
committerGhostkeeper <rubend@tutanota.com>2020-09-18 13:48:02 +0300
commit1d5a4f5080e64f0c772b9ef9c6b2d11637805cce (patch)
tree6e657ffffbf1dc458fe1e24454b9a2822012a5c0
parent0ecefde88041428ef77e5e331c9ec87d55d1a3bc (diff)
Remove shrinkage percentage setting alias
This alias shouldn't be written any more since the firmware misinterprets the setting value and errors when it's more than 100%. Contributes to issue CURA-7724.
-rw-r--r--plugins/XmlMaterialProfile/XmlMaterialProfile.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/XmlMaterialProfile/XmlMaterialProfile.py b/plugins/XmlMaterialProfile/XmlMaterialProfile.py
index 6fe4d4242b..70e702d0bf 100644
--- a/plugins/XmlMaterialProfile/XmlMaterialProfile.py
+++ b/plugins/XmlMaterialProfile/XmlMaterialProfile.py
@@ -1112,7 +1112,6 @@ class XmlMaterialProfile(InstanceContainer):
"retraction speed": "retraction_speed",
"adhesion tendency": "material_adhesion_tendency",
"surface energy": "material_surface_energy",
- "shrinkage percentage": "material_shrinkage_percentage",
"build volume temperature": "build_volume_temperature",
"anti ooze retract position": "material_anti_ooze_retracted_position",
"anti ooze retract speed": "material_anti_ooze_retraction_speed",