|
@@ -1525,7 +1525,7 @@
|
|
|
"description": "Print top/bottom lines in an ordering that causes them to always overlap with adjacent lines in a single direction. This takes slightly more time to print, but makes flat surfaces look more consistent.",
|
|
|
"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 top_bottom_pattern_0 != 'concentric')",
|
|
|
"limit_to_extruder": "top_bottom_extruder_nr",
|
|
|
"settable_per_mesh": true
|
|
|
},
|