From accdfd767145cfc1eb158d0c10cee853e12be349 Mon Sep 17 00:00:00 2001 From: Rijk van Manen Date: Thu, 23 Dec 2021 14:57:52 +0100 Subject: [PATCH 1/2] default linewidth = nozzle size For arachne we have set all linewidths to nozzle size (in stead of a little smaller). the 0.3 profiles missed this refactor. PP-99 --- .../ultimaker_s3/um_s3_aa0.4_PLA_VeryDraft_Print.inst.cfg | 1 - .../ultimaker_s3/um_s3_aa0.4_TPLA_VeryDraft_Print.inst.cfg | 1 - .../ultimaker_s5/um_s5_aa0.4_PLA_VeryDraft_Print.inst.cfg | 1 - .../ultimaker_s5/um_s5_aa0.4_TPLA_VeryDraft_Print.inst.cfg | 1 - 4 files changed, 4 deletions(-) diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_VeryDraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_VeryDraft_Print.inst.cfg index 27f152db21..1f005ff77a 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_VeryDraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_VeryDraft_Print.inst.cfg @@ -37,7 +37,6 @@ prime_tower_enable = False skin_edge_support_thickness = =0.9 if infill_sparse_density < 30 else 0 skin_overlap = 20 -infill_line_width = =round(line_width * 0.42 / 0.35, 2) wall_thickness = =line_width * 3 top_bottom_thickness = 0.9 diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_VeryDraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_VeryDraft_Print.inst.cfg index b2d5fc0aae..f00bf89dc6 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_VeryDraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_VeryDraft_Print.inst.cfg @@ -37,7 +37,6 @@ prime_tower_enable = False skin_edge_support_thickness = =0.9 if infill_sparse_density < 30 else 0 skin_overlap = 20 -infill_line_width = =round(line_width * 0.42 / 0.35, 2) wall_thickness = =line_width * 3 top_bottom_thickness = 1.2 diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_VeryDraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_VeryDraft_Print.inst.cfg index 96d88944a5..376cebd718 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_VeryDraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_VeryDraft_Print.inst.cfg @@ -37,7 +37,6 @@ prime_tower_enable = False skin_edge_support_thickness = =0.9 if infill_sparse_density < 30 else 0 skin_overlap = 20 -infill_line_width = =round(line_width * 0.42 / 0.35, 2) wall_thickness = =line_width * 3 top_bottom_thickness = 0.9 diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_VeryDraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_VeryDraft_Print.inst.cfg index e1383d3563..bd3193df37 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_VeryDraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_VeryDraft_Print.inst.cfg @@ -37,7 +37,6 @@ prime_tower_enable = False skin_edge_support_thickness = =0.9 if infill_sparse_density < 30 else 0 skin_overlap = 20 -infill_line_width = =round(line_width * 0.42 / 0.35, 2) wall_thickness = =line_width * 3 top_bottom_thickness = 1.2 From 8659ac95a47efd2978d4d619f74c0d0fccbc5dab Mon Sep 17 00:00:00 2001 From: Rijk van Manen Date: Thu, 23 Dec 2021 14:58:17 +0100 Subject: [PATCH 2/2] remove duplicate info This is already the default. PP-99 --- .../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, 12 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 83ebefc18c..fdaf5f32ed 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 @@ -35,8 +35,5 @@ speed_wall_0 = =speed_wall speed_wall_x = =speed_wall speed_layer_0 = 20 -line_width = =machine_nozzle_size -wall_line_width_x = =line_width -infill_line_width = =line_width wall_thickness = =line_width * 2 top_bottom_thickness = =wall_thickness \ 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 7f160079d2..4ca187133e 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 @@ -35,8 +35,5 @@ speed_wall_0 = =speed_wall speed_wall_x = =speed_wall speed_layer_0 = 20 -line_width = =machine_nozzle_size -wall_line_width_x = =line_width -infill_line_width = =line_width wall_thickness = =line_width * 2 top_bottom_thickness = =wall_thickness \ 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 f082f0c698..a3f5b02ec2 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 @@ -35,8 +35,5 @@ speed_wall_0 = =speed_wall speed_wall_x = =speed_wall speed_layer_0 = 20 -line_width = =machine_nozzle_size -wall_line_width_x = =line_width -infill_line_width = =line_width wall_thickness = =line_width * 2 top_bottom_thickness = =wall_thickness \ 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 cc5104fb5a..5d22b722af 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 @@ -35,8 +35,5 @@ speed_wall_0 = =speed_wall speed_wall_x = =speed_wall speed_layer_0 = 20 -line_width = =machine_nozzle_size -wall_line_width_x = =line_width -infill_line_width = =line_width wall_thickness = =line_width * 2 top_bottom_thickness = =wall_thickness \ No newline at end of file