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>2019-04-29 13:06:43 +0300
committerGhostkeeper <rubend@tutanota.com>2019-04-29 13:06:54 +0300
commit25bbc1e66e3c861c68fa9dec245bd2aae51fe0ff (patch)
treeca179e58c584393aba210e11357e397e11acf6e4 /resources/definitions/winbo_superhelper105.def.json
parente5d7387fed6b3c187fad273c5fc5932c8853c5fe (diff)
Set default infill density for tree support to 0% in profiles
In profiles that overwrite the support infill density, also keep it 0% for tree support. Except PVA profiles. Those are probably better off with their normal infill density. Fixes #5297.
Diffstat (limited to 'resources/definitions/winbo_superhelper105.def.json')
-rw-r--r--resources/definitions/winbo_superhelper105.def.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/definitions/winbo_superhelper105.def.json b/resources/definitions/winbo_superhelper105.def.json
index 59e71fb446..2e89276dcd 100644
--- a/resources/definitions/winbo_superhelper105.def.json
+++ b/resources/definitions/winbo_superhelper105.def.json
@@ -115,7 +115,7 @@
"support_bottom_height": { "value": "max((0.15 if(0.15%layer_height==0) else layer_height*int((0.15+layer_height)/layer_height)),layer_height)" },
"support_bottom_pattern": { "value": "'zigzag'" },
"support_connect_zigzags": { "value": "False" },
- "support_infill_rate": { "value": "8" },
+ "support_infill_rate": { "value": "8 if support_enable else 0 if support_tree_enable else 8" },
"support_interface_density": { "value": "80" },
"support_interface_enable": { "value": "True" },
"support_interface_height": { "value": "0.5" },