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:
Diego Prado Gesto 2019-08-07 11:03:00 +02:00
parent a3cc991706
commit f9014feb33

View File

@ -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",