mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Also remove translation for break preparation temperature
This setting is no longer used. If I don't remove it, it'll complain when syncing materials with the printer because it tries to serialise the material profiles then. Contributes to issue CURA-6329.
This commit is contained in:
parent
a0c3738a49
commit
36a206b418
1 changed files with 0 additions and 1 deletions
|
@ -1184,7 +1184,6 @@ class XmlMaterialProfile(InstanceContainer):
|
|||
"anti ooze retract speed": "material_anti_ooze_retraction_speed",
|
||||
"break preparation position": "material_break_preparation_distance",
|
||||
"break preparation speed": "material_break_preparation_speed",
|
||||
"break preparation temperature": "material_break_preparation_temperature",
|
||||
"break position": "material_break_distance",
|
||||
"break speed": "material_break_speed",
|
||||
"break temperature": "material_break_temperature"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue