mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 18:57:52 -06:00
Rename deprime settings with the new name
These have been renamed for greater clarity. We also have to rename them on this side now. Contributes to issue CURA-6329.
This commit is contained in:
parent
efa42ccbd1
commit
faf256b2f0
2 changed files with 6 additions and 6 deletions
|
@ -1196,11 +1196,11 @@ class XmlMaterialProfile(InstanceContainer):
|
|||
"surface energy": "material_surface_energy",
|
||||
"shrinkage percentage": "material_shrinkage_percentage",
|
||||
"build volume temperature": "build_volume_temperature",
|
||||
"anti ooze retract position": "material_anti_ooze_retraction_distance",
|
||||
"anti ooze retracted position": "material_anti_ooze_retracted_position",
|
||||
"anti ooze retract speed": "material_anti_ooze_retraction_speed",
|
||||
"break preparation position": "material_break_preparation_distance",
|
||||
"break preparation retracted position": "material_break_preparation_retracted_position",
|
||||
"break preparation speed": "material_break_preparation_speed",
|
||||
"break position": "material_break_distance",
|
||||
"break retracted position": "material_break_retracted_position",
|
||||
"break speed": "material_break_speed",
|
||||
"break temperature": "material_break_temperature"
|
||||
}
|
||||
|
|
|
@ -2244,7 +2244,7 @@
|
|||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
},
|
||||
"material_anti_ooze_retraction_distance":
|
||||
"material_anti_ooze_retracted_position":
|
||||
{
|
||||
"label": "Anti-ooze Retraction Distance",
|
||||
"description": "How far the material needs to be retracted before it stops oozing.",
|
||||
|
@ -2270,7 +2270,7 @@
|
|||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
},
|
||||
"material_break_preparation_distance":
|
||||
"material_break_preparation_retracted_position":
|
||||
{
|
||||
"label": "Break Preparation Retraction Distance",
|
||||
"description": "How far the filament can be stretched before it breaks, while heated.",
|
||||
|
@ -2296,7 +2296,7 @@
|
|||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
},
|
||||
"material_break_distance":
|
||||
"material_break_retracted_position":
|
||||
{
|
||||
"label": "Break Retraction Distance",
|
||||
"description": "How far to retract the filament in order to break it cleanly.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue