JSON: less warnings foor max retraction count (CURA-998)

This commit is contained in:
Tim Kuipers 2016-03-02 18:23:59 +01:00
parent 2ca2581915
commit 35fce68797

View File

@ -784,7 +784,7 @@
"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.", "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": 8, "default": 8,
"min_value": "0", "min_value": "0",
"max_value_warning": "20", "max_value_warning": "100",
"type": "int", "type": "int",
"visible": false, "visible": false,
"inherit": false, "inherit": false,