JSON: upped the retraction_count_max further up to 90 (CURA-1662)

This commit is contained in:
Tim Kuipers 2016-06-07 12:12:14 +02:00
parent 889844e34b
commit b14b05d6fb

View File

@ -760,7 +760,7 @@
"retraction_count_max": {
"label": "Maximum Retraction Count",
"description": "This setting limits the number of retractions occurring within the minimum extrusion distance window. Further retractions within this window will be ignored. This avoids retracting repeatedly on the same piece of filament, as that can flatten the filament and cause grinding issues.",
"default": 45,
"default": 90,
"min_value": "0",
"max_value_warning": "100",
"type": "int",