From 2abfad55e07c58f2f5a2017e8460af974cafdb01 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 13 Dec 2021 10:17:54 +0100 Subject: [PATCH] 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. --- .../um_s3_aa0.4_PLA_VeryDraft_Print_Quick.inst.cfg | 3 +-- .../um_s3_aa0.4_TPLA_VeryDraft_Print_Quick.inst.cfg | 3 +-- .../um_s5_aa0.4_PLA_VeryDraft_Print_Quick.inst.cfg | 3 +-- .../um_s5_aa0.4_TPLA_VeryDraft_Print_Quick.inst.cfg | 3 +-- 4 files changed, 4 insertions(+), 8 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 diff --git a/resources/intent/ultimaker_s5/um_s5_aa0.4_PLA_VeryDraft_Print_Quick.inst.cfg b/resources/intent/ultimaker_s5/um_s5_aa0.4_PLA_VeryDraft_Print_Quick.inst.cfg index ea58aa560c..b99fc603ab 100644 --- a/resources/intent/ultimaker_s5/um_s5_aa0.4_PLA_VeryDraft_Print_Quick.inst.cfg +++ b/resources/intent/ultimaker_s5/um_s5_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_s5/um_s5_aa0.4_TPLA_VeryDraft_Print_Quick.inst.cfg b/resources/intent/ultimaker_s5/um_s5_aa0.4_TPLA_VeryDraft_Print_Quick.inst.cfg index d2f5e6d0cc..bd530ac443 100644 --- a/resources/intent/ultimaker_s5/um_s5_aa0.4_TPLA_VeryDraft_Print_Quick.inst.cfg +++ b/resources/intent/ultimaker_s5/um_s5_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