Add max value to max_retraction_count

CURA-8861
Fixes #11132
This commit is contained in:
Jaime van Kessel 2022-01-07 13:19:53 +01:00 committed by Remco Burema
parent b7357d054b
commit 25ec588754
No known key found for this signature in database
GPG Key ID: 215C49431D43F98C

View File

@ -3883,6 +3883,7 @@
"default_value": 90, "default_value": 90,
"minimum_value": "0", "minimum_value": "0",
"maximum_value_warning": "100", "maximum_value_warning": "100",
"maximum_value": 999999999,
"type": "int", "type": "int",
"enabled": "retraction_enable", "enabled": "retraction_enable",
"settable_per_mesh": false, "settable_per_mesh": false,