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:
authorRemco Burema <41987080+rburema@users.noreply.github.com>2020-11-06 19:31:25 +0300
committerGitHub <noreply@github.com>2020-11-06 19:31:25 +0300
commite05c32f88da44e9e17853115a4b59cf0b660609c (patch)
tree2f5a5d57f239d15ef81170471aa02968c0774b7e
parentd8cae83623907bb99e8943313cb011eb5bdce35a (diff)
parentc76eb64dfe65bb2726d41af0f176177b86e2fb0c (diff)
Merge pull request #8693 from Ultimaker/CURA-7115_connected_gradual_infill_overextrusion
Disable infill multiplier if gradual infill and connected lines enabled
-rw-r--r--resources/definitions/fdmprinter.def.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json
index 4cb5293b49..4ccdfd34ee 100644
--- a/resources/definitions/fdmprinter.def.json
+++ b/resources/definitions/fdmprinter.def.json
@@ -1817,7 +1817,7 @@
"type": "int",
"minimum_value": "1",
"maximum_value_warning": "infill_line_distance / infill_line_width",
- "enabled": "infill_sparse_density > 0 and infill_pattern != 'zigzag'",
+ "enabled": "infill_sparse_density > 0 and infill_pattern != 'zigzag' and (gradual_infill_steps == 0 or not zig_zaggify_infill)",
"limit_to_extruder": "infill_extruder_nr",
"settable_per_mesh": true
},