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:
authorGhostkeeper <rubend@tutanota.com>2020-11-05 15:25:09 +0300
committerGhostkeeper <rubend@tutanota.com>2020-11-05 15:25:09 +0300
commita4b2dc2cfe540ace35d0d009c0b6a3c2d220f3cc (patch)
treeb9e6af30d837d2da402be076262afbcf640054a6 /resources
parentbf7914dd5ee4c80f1df45fad9844e1067b0b9e33 (diff)
Show Connect Top/Bottom Polygons when top surface pattern is concentric too
If there is a top surface, that is. Fixes #8683.
Diffstat (limited to 'resources')
-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 6f9e1fd4c6..4cb5293b49 100644
--- a/resources/definitions/fdmprinter.def.json
+++ b/resources/definitions/fdmprinter.def.json
@@ -1230,7 +1230,7 @@
"description": "Connect top/bottom skin paths where they run next to each other. For the concentric pattern enabling this setting greatly reduces the travel time, but because the connections can happen midway over infill this feature can reduce the top surface quality.",
"type": "bool",
"default_value": false,
- "enabled": "(top_layers > 0 or bottom_layers > 0) and top_bottom_pattern == 'concentric'",
+ "enabled": "((top_layers > 0 or bottom_layers > 0) and top_bottom_pattern == 'concentric') or (roofing_layer_count > 0 and roofing_pattern == 'concentric')",
"limit_to_extruder": "top_bottom_extruder_nr",
"settable_per_mesh": true
},