Add surface energy property to get correct behaviour - CURA-4248

This commit is contained in:
ChrisTerBeke 2017-10-17 13:03:29 +02:00
parent c553834a82
commit 91589ed29d
2 changed files with 15 additions and 4 deletions

View file

@ -676,15 +676,15 @@ class XmlMaterialProfile(InstanceContainer):
"processing temperature graph": "material_flow_temp_graph",
"print cooling": "cool_fan_speed",
"retraction amount": "retraction_amount",
"retraction speed": "retraction_speed",
"support interface density": "support_interface_density"
"retraction speed": "retraction_speed"
}
__unmapped_settings = [
"hardware compatible"
]
__material_properties_setting_map = {
"diameter": "material_diameter",
"adhesion_tendency": "material_adhesion_tendency"
"adhesion_tendency": "material_adhesion_tendency",
"surface_energy": "material_surface_energy"
}
__material_metadata_setting_map = {
"GUID": "material_guid"