mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 07:15:03 -06:00
"min_value" should be a string, fixes CURA-521
This commit is contained in:
parent
976abd5df8
commit
4edc258df0
1 changed files with 2 additions and 2 deletions
|
@ -702,7 +702,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.",
|
||||
"default": 4,
|
||||
"type": "int",
|
||||
"min_value": 1,
|
||||
"min_value": "1",
|
||||
"visible": false,
|
||||
"inherit": false,
|
||||
"enabled": "retraction_enable"
|
||||
|
@ -713,7 +713,7 @@
|
|||
"unit": "mm",
|
||||
"type": "float",
|
||||
"default": 4.5,
|
||||
"min_value": 0.0,
|
||||
"min_value": "0.0",
|
||||
"visible": false,
|
||||
"inherit_function": "retraction_amount",
|
||||
"enabled": "retraction_enable"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue