mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
JSON: better retraction count max
This commit is contained in:
parent
e53a5b0928
commit
abc95f6d8c
1 changed files with 1 additions and 1 deletions
|
@ -700,7 +700,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": 6,
|
||||
"default": 4,
|
||||
"type": "int",
|
||||
"visible": false,
|
||||
"inherit": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue