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>2019-12-23 18:26:25 +0300
committerGhostkeeper <rubend@tutanota.com>2019-12-23 18:26:25 +0300
commit8a9b7912984a3d4a5fed23ae6caf3c62cde7c9f5 (patch)
treeff4d870038f39aece3cd2dd97eb9b1e78a5b85ee /plugins/XmlMaterialProfile
parentce5f7ce82189f49e72fabd8365cf219f97e1a07d (diff)
parent8218d62e20f0843c252d510b0eb313c72e88268b (diff)
Merge branch '4.4'
Conflicts: cura/Machines/MaterialNode.py -> Due to some automated formatting tool. Please disable those tools, people.
Diffstat (limited to 'plugins/XmlMaterialProfile')
-rw-r--r--plugins/XmlMaterialProfile/XmlMaterialProfile.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/XmlMaterialProfile/XmlMaterialProfile.py b/plugins/XmlMaterialProfile/XmlMaterialProfile.py
index 52b204affc..bf1bf19e32 100644
--- a/plugins/XmlMaterialProfile/XmlMaterialProfile.py
+++ b/plugins/XmlMaterialProfile/XmlMaterialProfile.py
@@ -1106,6 +1106,12 @@ class XmlMaterialProfile(InstanceContainer):
"break preparation speed": "material_break_preparation_speed",
"break preparation temperature": "material_break_preparation_temperature",
"break position": "material_break_retracted_position",
+ "flush purge speed": "material_flush_purge_speed",
+ "flush purge length": "material_flush_purge_length",
+ "end of filament purge speed": "material_end_of_filament_purge_speed",
+ "end of filament purge length": "material_end_of_filament_purge_length",
+ "maximum park duration": "material_maximum_park_duration",
+ "no load move factor": "material_no_load_move_factor",
"break speed": "material_break_speed",
"break temperature": "material_break_temperature"
} # type: Dict[str, str]