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-08-17 16:07:38 +0300
committerGhostkeeper <rubend@tutanota.com>2020-08-17 16:07:38 +0300
commit16d934ff96384f377c9e614c70f5814ab46a1260 (patch)
tree8779df22182a33dc7e1f9cb75b4dac9fd08bb999 /resources
parent4bc214f8592c9e7bd288730c5ea6663264057b93 (diff)
parent6d90c85fb2ad14ae0a90c66bdb7ec0ae884364d0 (diff)
Merge branch '4.7'
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 e1b550621e..c2e3571a62 100644
--- a/resources/definitions/fdmprinter.def.json
+++ b/resources/definitions/fdmprinter.def.json
@@ -4332,7 +4332,7 @@
"type": "bool",
"default_value": false,
"value": "support_pattern == 'cross' or support_pattern == 'gyroid'",
- "enabled": "(support_enable or support_meshes_present) and (support_pattern == 'grid' or support_pattern == 'triangles' or support_pattern == 'cross' or support_pattern == 'gyroid')",
+ "enabled": "(support_enable or support_meshes_present) and (support_pattern == 'lines' or support_pattern == 'grid' or support_pattern == 'triangles' or support_pattern == 'cross' or support_pattern == 'gyroid')",
"limit_to_extruder": "support_infill_extruder_nr",
"settable_per_mesh": false,
"settable_per_extruder": true