Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime van Kessel <nallath@gmail.com>2022-01-07 15:19:53 +0300
committerRemco Burema <r.burema@ultimaker.com>2022-01-07 18:52:22 +0300
commit25ec58875442cb681135c7f162c88dcdb711f71d (patch)
treee08f66488c6f8e5e6bfc0d5233fd8fa69f19faf4
parentb7357d054ba4b9b4dedb232e5981e641facd1db3 (diff)
Add max value to max_retraction_count
CURA-8861 Fixes #11132
-rw-r--r--resources/definitions/fdmprinter.def.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json
index 9a3cc32f39..791ad10104 100644
--- a/resources/definitions/fdmprinter.def.json
+++ b/resources/definitions/fdmprinter.def.json
@@ -3883,6 +3883,7 @@
"default_value": 90,
"minimum_value": "0",
"maximum_value_warning": "100",
+ "maximum_value": 999999999,
"type": "int",
"enabled": "retraction_enable",
"settable_per_mesh": false,