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:
authorNino van Hooff <ninovanhooff@gmail.com>2019-12-18 13:46:40 +0300
committerNino van Hooff <ninovanhooff@gmail.com>2019-12-18 13:46:40 +0300
commitff01b1dab984de84c6a9fac2c934f018230f1122 (patch)
treefefd868a9799e79f2e0757ea4042e2bc8b43bd86 /plugins/XmlMaterialProfile/XmlMaterialProfile.py
parentf9739e2af84c53ab8b63d84339140a2ec14b0035 (diff)
Add 6 Material Station specific material settings.
These settings are currently unused by cura, but passed into the PPA output. Some considerations: - material_ prepended to all. Even though they are not all material specific. The consistency is more developer-friendly imho - defaults taken from generic_pla - type is float for all, consistent with what I found in this file CURA-7041
Diffstat (limited to 'plugins/XmlMaterialProfile/XmlMaterialProfile.py')
-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 8b9e838052..d98a6d6183 100644
--- a/plugins/XmlMaterialProfile/XmlMaterialProfile.py
+++ b/plugins/XmlMaterialProfile/XmlMaterialProfile.py
@@ -1104,6 +1104,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_material_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]