mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
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.
This commit is contained in:
parent
0ecefde880
commit
1d5a4f5080
1 changed files with 0 additions and 1 deletions
|
@ -1112,7 +1112,6 @@ class XmlMaterialProfile(InstanceContainer):
|
||||||
"retraction speed": "retraction_speed",
|
"retraction speed": "retraction_speed",
|
||||||
"adhesion tendency": "material_adhesion_tendency",
|
"adhesion tendency": "material_adhesion_tendency",
|
||||||
"surface energy": "material_surface_energy",
|
"surface energy": "material_surface_energy",
|
||||||
"shrinkage percentage": "material_shrinkage_percentage",
|
|
||||||
"build volume temperature": "build_volume_temperature",
|
"build volume temperature": "build_volume_temperature",
|
||||||
"anti ooze retract position": "material_anti_ooze_retracted_position",
|
"anti ooze retract position": "material_anti_ooze_retracted_position",
|
||||||
"anti ooze retract speed": "material_anti_ooze_retraction_speed",
|
"anti ooze retract speed": "material_anti_ooze_retraction_speed",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue