mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 07:17:52 -06:00
Merge fix of 2.1
Max Retraction count 45 ==> 90 wasn't taken along
This commit is contained in:
parent
21ad4713a7
commit
8a7e549a27
1 changed files with 1 additions and 1 deletions
|
@ -890,7 +890,7 @@
|
||||||
"retraction_count_max": {
|
"retraction_count_max": {
|
||||||
"label": "Maximum Retraction Count",
|
"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.",
|
"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_value": 45,
|
"default_value": 90,
|
||||||
"minimum_value": "0",
|
"minimum_value": "0",
|
||||||
"maximum_value_warning": "100",
|
"maximum_value_warning": "100",
|
||||||
"type": "int",
|
"type": "int",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue