mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 01:19:01 +08:00
Add missing 'material break preparation temperature'.
part of CURA-6971 (cherry picked from commit 25f0460231fd970b73744fb3fe1c004dc68a5dc9)
This commit is contained in:
parent
cef0ae349d
commit
8cc054cecc
@ -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"
|
||||
|
@ -2355,6 +2355,20 @@
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
},
|
||||
"material_break_preparation_temperature":
|
||||
{
|
||||
"label": "Break Preparation Temperature",
|
||||
"description": "The temperature used to purge material, should be roughly equal to the highest possible printing temperature.",
|
||||
"type": "float",
|
||||
"unit": "°C",
|
||||
"default_value": 50,
|
||||
"value": "material_print_temperature",
|
||||
"enabled": false,
|
||||
"minimum_value": "-273.15",
|
||||
"maximum_value_warning": "300",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
},
|
||||
"material_break_retracted_position":
|
||||
{
|
||||
"label": "Break Retracted Position",
|
||||
|
Loading…
x
Reference in New Issue
Block a user