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:
authorRemco Burema <r.burema@ultimaker.com>2019-12-19 13:38:53 +0300
committerRemco Burema <r.burema@ultimaker.com>2019-12-19 13:38:53 +0300
commitf05f4ff2442a3db953df85de4df00a0c6b4f69de (patch)
tree98ce47d6b01dc98069c24df55ce3566a82195e3f /plugins/XmlMaterialProfile
parentff01b1dab984de84c6a9fac2c934f018230f1122 (diff)
Fix typo.
part of CURA-7041
Diffstat (limited to 'plugins/XmlMaterialProfile')
-rw-r--r--plugins/XmlMaterialProfile/XmlMaterialProfile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/XmlMaterialProfile/XmlMaterialProfile.py b/plugins/XmlMaterialProfile/XmlMaterialProfile.py
index d98a6d6183..6fbc155543 100644
--- a/plugins/XmlMaterialProfile/XmlMaterialProfile.py
+++ b/plugins/XmlMaterialProfile/XmlMaterialProfile.py
@@ -1106,7 +1106,7 @@ class XmlMaterialProfile(InstanceContainer):
"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_material_purge_speed",
+ "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",