From f05f4ff2442a3db953df85de4df00a0c6b4f69de Mon Sep 17 00:00:00 2001 From: Remco Burema Date: Thu, 19 Dec 2019 11:38:53 +0100 Subject: [PATCH] Fix typo. part of CURA-7041 --- plugins/XmlMaterialProfile/XmlMaterialProfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",