Only enable Connect Infill Lines by default for Cross

We don't want to change the default behaviour yet.

Contributes to issue CURA-4017.
This commit is contained in:
Ghostkeeper 2018-02-21 08:45:08 +01:00
parent 31ad0dd56c
commit f3aeb01af0
No known key found for this signature in database
GPG key ID: 5252B696FB5E7C7A

View file

@ -1527,7 +1527,8 @@
"label": "Connect Infill Lines",
"description": "Connect the ends where the infill pattern meets the inner wall using a line which follows the shape of the inner wall. Enabling this setting can make the infill adhere to the walls better and reduce the effects of infill on the quality of vertical surfaces. Disabling this setting reduces the amount of material used.",
"type": "bool",
"default_value": true,
"default_value": false,
"value": "infill_pattern == 'cross' || infill_pattern == 'cross_3d'",
"enabled": "infill_pattern == 'grid' || infill_pattern == 'triangles' || infill_pattern == 'trihexagon' || infill_pattern == 'cubic' || infill_pattern == 'tetrahedral' || infill_pattern == 'quarter_cubic' || infill_pattern == 'cross' || infill_pattern == 'cross_3d'",
"settable_per_mesh": true
},