mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 06:28:59 +08:00
Change the default values of the retracted position
It was a mistake not to change it when we decided to use negative values for those fields.
This commit is contained in:
parent
a3cc991706
commit
f9014feb33
@ -2250,7 +2250,7 @@
|
|||||||
"description": "How far the material needs to be retracted before it stops oozing.",
|
"description": "How far the material needs to be retracted before it stops oozing.",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"unit": "mm",
|
"unit": "mm",
|
||||||
"default_value": 4,
|
"default_value": -4,
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"minimum_value_warning": "-retraction_amount",
|
"minimum_value_warning": "-retraction_amount",
|
||||||
"maximum_value_warning": "0",
|
"maximum_value_warning": "0",
|
||||||
@ -2276,7 +2276,7 @@
|
|||||||
"description": "How far the filament can be stretched before it breaks, while heated.",
|
"description": "How far the filament can be stretched before it breaks, while heated.",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"unit": "mm",
|
"unit": "mm",
|
||||||
"default_value": 16,
|
"default_value": -16,
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"minimum_value_warning": "-retraction_amount * 4",
|
"minimum_value_warning": "-retraction_amount * 4",
|
||||||
"maximum_value_warning": "0",
|
"maximum_value_warning": "0",
|
||||||
@ -2302,7 +2302,7 @@
|
|||||||
"description": "How far to retract the filament in order to break it cleanly.",
|
"description": "How far to retract the filament in order to break it cleanly.",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"unit": "mm",
|
"unit": "mm",
|
||||||
"default_value": 50,
|
"default_value": -50,
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"minimum_value_warning": "-100",
|
"minimum_value_warning": "-100",
|
||||||
"maximum_value_warning": "0",
|
"maximum_value_warning": "0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user