mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Add surface energy property to get correct behaviour - CURA-4248
This commit is contained in:
parent
c553834a82
commit
91589ed29d
2 changed files with 15 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue