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:
authorRijk van Manen <r.vanmanen@ultimaker.com>2022-11-10 16:18:45 +0300
committerRijk van Manen <r.vanmanen@ultimaker.com>2022-11-10 16:18:45 +0300
commit30c7caf176198560cffc5d30236721166748de3f (patch)
treec62b3389bd4aa7226f2553fec163f851b521fdb1
parent3e0cc361c9e8ef61148239af6b06b15bca2dd7c3 (diff)
hide infill lines distance from user interfaceCURA-9790-reconfigure-gradual-infill
This makes it easier to define the correct limit for gradual infill steps. CURA-9790
-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 d891117555..f8b11e8e65 100644
--- a/resources/definitions/fdmprinter.def.json
+++ b/resources/definitions/fdmprinter.def.json
@@ -1993,6 +1993,7 @@
"description": "Distance between the printed infill lines. This setting is calculated by the infill density and the infill line width.",
"unit": "mm",
"type": "float",
+ "enabled": false,
"default_value": 2,
"minimum_value": "0",
"minimum_value_warning": "infill_line_width",