mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Add two recently introduced material settings
CURA-9432
This commit is contained in:
parent
b14774292f
commit
ddb87656ff
2 changed files with 19 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue