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>2021-11-24 15:03:33 +0300
committerGhostkeeper <rubend@tutanota.com>2021-11-24 15:03:33 +0300
commit9a4836a7b082c7778d1fccea51c9d221c18ccf7b (patch)
tree04c2599ded5397c13c7c73178e48fd9b297f6aab /resources/quality
parent1df859e0467016eccde7b7cb34e548d81995024e (diff)
Increase top distance by 1 layer for profiles using tree support
We changed tree support to have a correct top distance now. If you ask for 0 top distance, you get 0 top distance. If you ask for 0.2mm top distance, you get 0.2mm top distance (rounded to layers). Previously the top distance was too high. Yet it seems that people were happy with how easily Tree Support was removed from the print. So this is a best-effort attempt to keep the final result similar to what it was originally. It won't work for everything, I fear. But it's about as good as we can make it. Contributes to issue CURA-7624.
Diffstat (limited to 'resources/quality')
-rw-r--r--resources/quality/inat/inat_base_tree_support.inst.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/quality/inat/inat_base_tree_support.inst.cfg b/resources/quality/inat/inat_base_tree_support.inst.cfg
index 2467379c3e..1913667a16 100644
--- a/resources/quality/inat/inat_base_tree_support.inst.cfg
+++ b/resources/quality/inat/inat_base_tree_support.inst.cfg
@@ -14,3 +14,4 @@ global_quality = True
support_structure = tree
support_type = buildplate
support_enable = True
+support_top_distance = 0.4 \ No newline at end of file