mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Add missing 'material break preparation temperature'.
part of CURA-6971
(cherry picked from commit 25f0460231
)
This commit is contained in:
parent
cef0ae349d
commit
8cc054cecc
2 changed files with 15 additions and 0 deletions
|
@ -1102,6 +1102,7 @@ class XmlMaterialProfile(InstanceContainer):
|
|||
"anti ooze retract speed": "material_anti_ooze_retraction_speed",
|
||||
"break preparation position": "material_break_preparation_retracted_position",
|
||||
"break preparation speed": "material_break_preparation_speed",
|
||||
"break preparation temperature": "material_break_preparation_temperature",
|
||||
"break position": "material_break_retracted_position",
|
||||
"break speed": "material_break_speed",
|
||||
"break temperature": "material_break_temperature"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue