Show Connect Top/Bottom Polygons when top surface pattern is concentric too

If there is a top surface, that is.

Fixes #8683.
This commit is contained in:
Ghostkeeper 2020-11-05 13:25:09 +01:00
parent bf7914dd5e
commit a4b2dc2cfe
No known key found for this signature in database
GPG Key ID: D2A8871EE34EC59A

View File

@ -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.", "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", "type": "bool",
"default_value": false, "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", "limit_to_extruder": "top_bottom_extruder_nr",
"settable_per_mesh": true "settable_per_mesh": true
}, },