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:
authorJaime van Kessel <nallath@gmail.com>2022-06-29 17:24:51 +0300
committerJaime van Kessel <nallath@gmail.com>2022-06-29 17:24:51 +0300
commitddb87656ff318a2943444ec7eccbdd224f7c32a2 (patch)
tree9f439f667b8dd19d57235f0306902ad6fd4dbb73 /plugins/XmlMaterialProfile
parentb14774292fb6b147e0a5a3b49dd0135fcb54ef22 (diff)
Add two recently introduced material settingsCURA-9432_add_extra_material_settings
CURA-9432
Diffstat (limited to 'plugins/XmlMaterialProfile')
-rw-r--r--plugins/XmlMaterialProfile/XmlMaterialProfile.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/XmlMaterialProfile/XmlMaterialProfile.py b/plugins/XmlMaterialProfile/XmlMaterialProfile.py
index d7d11a1f44..20efccc236 100644
--- a/plugins/XmlMaterialProfile/XmlMaterialProfile.py
+++ b/plugins/XmlMaterialProfile/XmlMaterialProfile.py
@@ -1139,7 +1139,9 @@ class XmlMaterialProfile(InstanceContainer):
"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"
+ "break temperature": "material_break_temperature",
+ "tainted print core max temperature": "max_degradation_temperature",
+ "recommend cleaning after n prints": "recommended_cleaning_after_n_prints"
} # type: Dict[str, str]
__unmapped_settings = [
"hardware compatible",