mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 11:17:49 -06:00
JSON: upped the retraction_count_max further up to 90 (CURA-1662)
This commit is contained in:
parent
889844e34b
commit
b14b05d6fb
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue