mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Merge branch 'master' into feature_xmlmaterials_cura_settings
This commit is contained in:
commit
251e24fedc
23 changed files with 382 additions and 23 deletions
|
@ -1032,7 +1032,8 @@ class XmlMaterialProfile(InstanceContainer):
|
|||
"retraction amount": "retraction_amount",
|
||||
"retraction speed": "retraction_speed",
|
||||
"adhesion tendency": "material_adhesion_tendency",
|
||||
"surface energy": "material_surface_energy"
|
||||
"surface energy": "material_surface_energy",
|
||||
"shrinkage percentage": "material_shrinkage_percentage",
|
||||
}
|
||||
__unmapped_settings = [
|
||||
"hardware compatible",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue