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-12-13 12:17:54 +0300
committerGhostkeeper <rubend@tutanota.com>2021-12-13 12:17:54 +0300
commit2abfad55e07c58f2f5a2017e8460af974cafdb01 (patch)
tree58573cd31925a6d18b4bbe3a9ece3e676ab648e1 /resources/intent/ultimaker_s3
parentca9c1111ffe4b011243a80bf095922138e45888d (diff)
Remove tree support from draft intent profiles
It is a global setting, so it can't currently be changed with an intent profile. A resolve function would resolve this. But which function that should be is to be decided. Contributes to issue CURA-8746.
Diffstat (limited to 'resources/intent/ultimaker_s3')
-rw-r--r--resources/intent/ultimaker_s3/um_s3_aa0.4_PLA_VeryDraft_Print_Quick.inst.cfg3
-rw-r--r--resources/intent/ultimaker_s3/um_s3_aa0.4_TPLA_VeryDraft_Print_Quick.inst.cfg3
2 files changed, 2 insertions, 4 deletions
diff --git a/resources/intent/ultimaker_s3/um_s3_aa0.4_PLA_VeryDraft_Print_Quick.inst.cfg b/resources/intent/ultimaker_s3/um_s3_aa0.4_PLA_VeryDraft_Print_Quick.inst.cfg
index 3fef90ff48..bd0db31570 100644
--- a/resources/intent/ultimaker_s3/um_s3_aa0.4_PLA_VeryDraft_Print_Quick.inst.cfg
+++ b/resources/intent/ultimaker_s3/um_s3_aa0.4_PLA_VeryDraft_Print_Quick.inst.cfg
@@ -41,5 +41,4 @@ infill_line_width = =line_width
wall_thickness = =line_width * 2
top_bottom_thickness = =wall_thickness
-fill_perimeter_gaps = nowhere
-support_structure = "tree"
+fill_perimeter_gaps = nowhere \ No newline at end of file
diff --git a/resources/intent/ultimaker_s3/um_s3_aa0.4_TPLA_VeryDraft_Print_Quick.inst.cfg b/resources/intent/ultimaker_s3/um_s3_aa0.4_TPLA_VeryDraft_Print_Quick.inst.cfg
index 2d5f6544e0..73144c2618 100644
--- a/resources/intent/ultimaker_s3/um_s3_aa0.4_TPLA_VeryDraft_Print_Quick.inst.cfg
+++ b/resources/intent/ultimaker_s3/um_s3_aa0.4_TPLA_VeryDraft_Print_Quick.inst.cfg
@@ -41,5 +41,4 @@ infill_line_width = =line_width
wall_thickness = =line_width * 2
top_bottom_thickness = =wall_thickness
-fill_perimeter_gaps = nowhere
-support_structure = "tree"
+fill_perimeter_gaps = nowhere \ No newline at end of file