From 3fee99d067e67609e67a090eaaf572212c77e1f7 Mon Sep 17 00:00:00 2001 From: "p.kuiper" Date: Tue, 7 Dec 2021 13:18:59 +0100 Subject: [PATCH 1/7] A 0.3mm quality profile for a 0.4mm nozzle for PLA, PVA and BAM This also includes a faster Draft intent profile for the 0.3mm layer height. Relates to PP-50 --- ...5_aa0.4_PLA_VeryDraft_Print_Quick.inst.cfg | 44 +++++++++++++++++++ .../um_s5_aa0.4_BAM_VeryDraft_Print.inst.cfg | 40 +++++++++++++++++ .../um_s5_aa0.4_PLA_VeryDraft_Print.inst.cfg | 43 ++++++++++++++++++ .../um_s5_bb0.4_PVA_Verydraft_Print.inst.cfg | 19 ++++++++ 4 files changed, 146 insertions(+) create mode 100644 resources/intent/ultimaker_s5/um_s5_aa0.4_PLA_VeryDraft_Print_Quick.inst.cfg create mode 100644 resources/quality/ultimaker_s5/um_s5_aa0.4_BAM_VeryDraft_Print.inst.cfg create mode 100644 resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_VeryDraft_Print.inst.cfg create mode 100644 resources/quality/ultimaker_s5/um_s5_bb0.4_PVA_Verydraft_Print.inst.cfg 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 new file mode 100644 index 0000000000..a299659375 --- /dev/null +++ b/resources/intent/ultimaker_s5/um_s5_aa0.4_PLA_VeryDraft_Print_Quick.inst.cfg @@ -0,0 +1,44 @@ +[general] +version = 4 +name = Quick +definition = ultimaker_s5 + +[metadata] +setting_version = 19 +type = intent +intent_category = quick +quality_type = verydraft +material = generic_pla +variant = AA 0.4 + +[values] +infill_sparse_density = 10 + +jerk_print = 30 +jerk_infill = =jerk_print +jerk_topbottom = =jerk_print +jerk_wall = =jerk_print +jerk_wall_0 = =jerk_wall +jerk_wall_x = =jerk_wall +jerk_layer_0 = 5 + +acceleration_print = 4000 +acceleration_wall = 2000 +acceleration_wall_0 = 2000 + +speed_print = 50 +speed_infill = =speed_print +speed_topbottom = =speed_print +speed_wall = =speed_print +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 + +fill_perimeter_gaps = nowhere +support_structure = "tree" diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_BAM_VeryDraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_BAM_VeryDraft_Print.inst.cfg new file mode 100644 index 0000000000..b033b5c421 --- /dev/null +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_BAM_VeryDraft_Print.inst.cfg @@ -0,0 +1,40 @@ +[general] +version = 4 +name = Extra Fast +definition = ultimaker_s5 + +[metadata] +setting_version = 18 +type = quality +quality_type = verydraft +weight = -2 +material = generic_bam +variant = AA 0.4 + +[values] +brim_replaces_support = False +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +material_print_temperature = =default_material_print_temperature + 5 +# prime_tower_enable: see CURA-4248 +prime_tower_enable = =min(extruderValues('material_surface_energy')) < 100 +skin_overlap = 20 +speed_layer_0 = =math.ceil(speed_print * 20 / 70) +speed_topbottom = =math.ceil(speed_print * 35 / 70) +speed_wall = =math.ceil(speed_print * 50 / 70) +speed_wall_0 = =math.ceil(speed_wall * 35 / 50) +top_bottom_thickness = 1 +wall_thickness = 1 +support_brim_enable = True +support_interface_enable = True +support_interface_density = =min(extruderValues('material_surface_energy')) +support_interface_pattern = ='lines' if support_interface_density < 100 else 'concentric' +support_top_distance = 0.3 +support_bottom_distance = 0.3 +support_angle = 45 +support_join_distance = 5 +support_offset = 2 +support_pattern = triangles +support_infill_rate = =10 if support_enable and support_structure == 'normal' else 0 if support_enable and support_structure == 'tree' else 10 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 new file mode 100644 index 0000000000..faf5a1e15f --- /dev/null +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_VeryDraft_Print.inst.cfg @@ -0,0 +1,43 @@ +[general] +version = 4 +name = Extra Fast +definition = ultimaker_s5 + +[metadata] +setting_version = 19 +type = quality +quality_type = verydraft +weight = -2 +material = generic_pla +variant = AA 0.4 + +[values] +infill_sparse_density = 15 + +jerk_travel = 20 +acceleration_print = 2000 +acceleration_wall = 1500 +acceleration_wall_0 = 1000 +acceleration_topbottom = 1000 +acceleration_travel = 2000 + +speed_print = 50 +speed_wall = 50 + +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed + +material_print_temperature = =default_material_print_temperature + 10 +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +material_standby_temperature = 100 + +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 + +raft_airgap = =0.25 diff --git a/resources/quality/ultimaker_s5/um_s5_bb0.4_PVA_Verydraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_bb0.4_PVA_Verydraft_Print.inst.cfg new file mode 100644 index 0000000000..17cdee3933 --- /dev/null +++ b/resources/quality/ultimaker_s5/um_s5_bb0.4_PVA_Verydraft_Print.inst.cfg @@ -0,0 +1,19 @@ +[general] +version = 4 +name = Extra Fast +definition = ultimaker_s5 + +[metadata] +setting_version = 18 +type = quality +quality_type = verydraft +weight = -3 +material = generic_pva +variant = BB 0.4 + +[values] +brim_replaces_support = False +material_standby_temperature = 100 +support_brim_enable = True +support_infill_sparse_thickness = 0.3 +support_interface_height = 1.2 From 8af2a743c8383936410a8c68a0df89e51b1e3641 Mon Sep 17 00:00:00 2001 From: "p.kuiper" Date: Tue, 7 Dec 2021 16:51:48 +0100 Subject: [PATCH 2/7] Included the profiles for the S3 Relates to PP-50 --- ...3_aa0.4_PLA_VeryDraft_Print_Quick.inst.cfg | 44 +++++++++++++++++++ .../um_s3_aa0.4_BAM_VeryDraft_Print.inst.cfg | 40 +++++++++++++++++ .../um_s3_aa0.4_PLA_VeryDraft_Print.inst.cfg | 43 ++++++++++++++++++ .../um_s3_bb0.4_PVA_Verydraft_Print.inst.cfg | 19 ++++++++ 4 files changed, 146 insertions(+) create mode 100644 resources/intent/ultimaker_s3/um_s3_aa0.4_PLA_VeryDraft_Print_Quick.inst.cfg create mode 100644 resources/quality/ultimaker_s3/um_s3_aa0.4_BAM_VeryDraft_Print.inst.cfg create mode 100644 resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_VeryDraft_Print.inst.cfg create mode 100644 resources/quality/ultimaker_s3/um_s3_bb0.4_PVA_Verydraft_Print.inst.cfg 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 new file mode 100644 index 0000000000..0b5ecae9e4 --- /dev/null +++ b/resources/intent/ultimaker_s3/um_s3_aa0.4_PLA_VeryDraft_Print_Quick.inst.cfg @@ -0,0 +1,44 @@ +[general] +version = 4 +name = Quick +definition = ultimaker_s3 + +[metadata] +setting_version = 19 +type = intent +intent_category = quick +quality_type = verydraft +material = generic_pla +variant = AA 0.4 + +[values] +infill_sparse_density = 10 + +jerk_print = 30 +jerk_infill = =jerk_print +jerk_topbottom = =jerk_print +jerk_wall = =jerk_print +jerk_wall_0 = =jerk_wall +jerk_wall_x = =jerk_wall +jerk_layer_0 = 5 + +acceleration_print = 4000 +acceleration_wall = 2000 +acceleration_wall_0 = 2000 + +speed_print = 50 +speed_infill = =speed_print +speed_topbottom = =speed_print +speed_wall = =speed_print +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 + +fill_perimeter_gaps = nowhere +support_structure = "tree" diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_BAM_VeryDraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_BAM_VeryDraft_Print.inst.cfg new file mode 100644 index 0000000000..bb3251ad3a --- /dev/null +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_BAM_VeryDraft_Print.inst.cfg @@ -0,0 +1,40 @@ +[general] +version = 4 +name = Extra Fast +definition = ultimaker_s3 + +[metadata] +setting_version = 18 +type = quality +quality_type = verydraft +weight = -2 +material = generic_bam +variant = AA 0.4 + +[values] +brim_replaces_support = False +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +material_print_temperature = =default_material_print_temperature + 5 +# prime_tower_enable: see CURA-4248 +prime_tower_enable = =min(extruderValues('material_surface_energy')) < 100 +skin_overlap = 20 +speed_layer_0 = =math.ceil(speed_print * 20 / 70) +speed_topbottom = =math.ceil(speed_print * 35 / 70) +speed_wall = =math.ceil(speed_print * 50 / 70) +speed_wall_0 = =math.ceil(speed_wall * 35 / 50) +top_bottom_thickness = 1 +wall_thickness = 1 +support_brim_enable = True +support_interface_enable = True +support_interface_density = =min(extruderValues('material_surface_energy')) +support_interface_pattern = ='lines' if support_interface_density < 100 else 'concentric' +support_top_distance = 0.3 +support_bottom_distance = 0.3 +support_angle = 45 +support_join_distance = 5 +support_offset = 2 +support_pattern = triangles +support_infill_rate = =10 if support_enable and support_structure == 'normal' else 0 if support_enable and support_structure == 'tree' else 10 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 new file mode 100644 index 0000000000..e2ce5a0047 --- /dev/null +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_VeryDraft_Print.inst.cfg @@ -0,0 +1,43 @@ +[general] +version = 4 +name = Extra Fast +definition = ultimaker_s3 + +[metadata] +setting_version = 19 +type = quality +quality_type = verydraft +weight = -2 +material = generic_pla +variant = AA 0.4 + +[values] +infill_sparse_density = 15 + +jerk_travel = 20 +acceleration_print = 2000 +acceleration_wall = 1500 +acceleration_wall_0 = 1000 +acceleration_topbottom = 1000 +acceleration_travel = 2000 + +speed_print = 50 +speed_wall = 50 + +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed + +material_print_temperature = =default_material_print_temperature + 10 +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +material_standby_temperature = 100 + +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 + +raft_airgap = =0.25 diff --git a/resources/quality/ultimaker_s3/um_s3_bb0.4_PVA_Verydraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_bb0.4_PVA_Verydraft_Print.inst.cfg new file mode 100644 index 0000000000..dde2a460cd --- /dev/null +++ b/resources/quality/ultimaker_s3/um_s3_bb0.4_PVA_Verydraft_Print.inst.cfg @@ -0,0 +1,19 @@ +[general] +version = 4 +name = Extra Fast +definition = ultimaker_s3 + +[metadata] +setting_version = 18 +type = quality +quality_type = verydraft +weight = -3 +material = generic_pva +variant = BB 0.4 + +[values] +brim_replaces_support = False +material_standby_temperature = 100 +support_brim_enable = True +support_infill_sparse_thickness = 0.3 +support_interface_height = 1.2 From 763a7dd4f37b6a8bb9e94c51b4050e44ae08cb66 Mon Sep 17 00:00:00 2001 From: "p.kuiper" Date: Wed, 8 Dec 2021 10:08:36 +0100 Subject: [PATCH 3/7] Included the T-PLA 0.3mm profiles for the S3 and S5 Relates to PP-50 --- ..._aa0.4_TPLA_VeryDraft_Print_Quick.inst.cfg | 44 +++++++++++++++++++ ..._aa0.4_TPLA_VeryDraft_Print_Quick.inst.cfg | 44 +++++++++++++++++++ .../um_s3_aa0.4_TPLA_VeryDraft_Print.inst.cfg | 43 ++++++++++++++++++ .../um_s5_aa0.4_TPLA_VeryDraft_Print.inst.cfg | 43 ++++++++++++++++++ 4 files changed, 174 insertions(+) create mode 100644 resources/intent/ultimaker_s3/um_s3_aa0.4_TPLA_VeryDraft_Print_Quick.inst.cfg create mode 100644 resources/intent/ultimaker_s5/um_s5_aa0.4_TPLA_VeryDraft_Print_Quick.inst.cfg create mode 100644 resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_VeryDraft_Print.inst.cfg create mode 100644 resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_VeryDraft_Print.inst.cfg 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 new file mode 100644 index 0000000000..18339f20ca --- /dev/null +++ b/resources/intent/ultimaker_s3/um_s3_aa0.4_TPLA_VeryDraft_Print_Quick.inst.cfg @@ -0,0 +1,44 @@ +[general] +version = 4 +name = Quick +definition = ultimaker_s3 + +[metadata] +setting_version = 19 +type = intent +intent_category = quick +quality_type = verydraft +material = generic_tough_pla +variant = AA 0.4 + +[values] +infill_sparse_density = 10 + +jerk_print = 30 +jerk_infill = =jerk_print +jerk_topbottom = =jerk_print +jerk_wall = =jerk_print +jerk_wall_0 = =jerk_wall +jerk_wall_x = =jerk_wall +jerk_layer_0 = 5 + +acceleration_print = 4000 +acceleration_wall = 2000 +acceleration_wall_0 = 2000 + +speed_print = 50 +speed_infill = =speed_print +speed_topbottom = =speed_print +speed_wall = =speed_print +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 + +fill_perimeter_gaps = nowhere +support_structure = "tree" 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 new file mode 100644 index 0000000000..34112cc0c4 --- /dev/null +++ b/resources/intent/ultimaker_s5/um_s5_aa0.4_TPLA_VeryDraft_Print_Quick.inst.cfg @@ -0,0 +1,44 @@ +[general] +version = 4 +name = Quick +definition = ultimaker_s5 + +[metadata] +setting_version = 19 +type = intent +intent_category = quick +quality_type = verydraft +material = generic_tough_pla +variant = AA 0.4 + +[values] +infill_sparse_density = 10 + +jerk_print = 30 +jerk_infill = =jerk_print +jerk_topbottom = =jerk_print +jerk_wall = =jerk_print +jerk_wall_0 = =jerk_wall +jerk_wall_x = =jerk_wall +jerk_layer_0 = 5 + +acceleration_print = 4000 +acceleration_wall = 2000 +acceleration_wall_0 = 2000 + +speed_print = 50 +speed_infill = =speed_print +speed_topbottom = =speed_print +speed_wall = =speed_print +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 + +fill_perimeter_gaps = nowhere +support_structure = "tree" 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 new file mode 100644 index 0000000000..1ed1189a22 --- /dev/null +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_VeryDraft_Print.inst.cfg @@ -0,0 +1,43 @@ +[general] +version = 4 +name = Extra Fast +definition = ultimaker_s3 + +[metadata] +setting_version = 19 +type = quality +quality_type = verydraft +weight = -2 +material = generic_tough_pla +variant = AA 0.4 + +[values] +infill_sparse_density = 15 + +jerk_travel = 20 +acceleration_print = 2000 +acceleration_wall = 1500 +acceleration_wall_0 = 1000 +acceleration_topbottom = 1000 +acceleration_travel = 2000 + +speed_print = 50 +speed_wall = 50 + +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed + +material_print_temperature = =default_material_print_temperature - 5 +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +material_standby_temperature = 100 + +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 + +raft_airgap = =0.25 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 new file mode 100644 index 0000000000..a48506444c --- /dev/null +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_VeryDraft_Print.inst.cfg @@ -0,0 +1,43 @@ +[general] +version = 4 +name = Extra Fast +definition = ultimaker_s5 + +[metadata] +setting_version = 19 +type = quality +quality_type = verydraft +weight = -2 +material = generic_tough_pla +variant = AA 0.4 + +[values] +infill_sparse_density = 15 + +jerk_travel = 20 +acceleration_print = 2000 +acceleration_wall = 1500 +acceleration_wall_0 = 1000 +acceleration_topbottom = 1000 +acceleration_travel = 2000 + +speed_print = 50 +speed_wall = 50 + +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed + +material_print_temperature = =default_material_print_temperature - 5 +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +material_standby_temperature = 100 + +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 + +raft_airgap = =0.25 From 7b4bc6958c3cbc03ab868b63fdd24133df739d98 Mon Sep 17 00:00:00 2001 From: "p.kuiper" Date: Thu, 9 Dec 2021 08:16:16 +0100 Subject: [PATCH 4/7] Added the new high density infill pattern change Relates to PP-50 --- .../ultimaker_s3/um_s3_aa0.4_PLA_VeryDraft_Print.inst.cfg | 2 ++ .../ultimaker_s3/um_s3_aa0.4_TPLA_VeryDraft_Print.inst.cfg | 2 ++ .../ultimaker_s5/um_s5_aa0.4_PLA_VeryDraft_Print.inst.cfg | 2 ++ .../ultimaker_s5/um_s5_aa0.4_TPLA_VeryDraft_Print.inst.cfg | 2 ++ 4 files changed, 8 insertions(+) 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 e2ce5a0047..3a15be9231 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 @@ -40,4 +40,6 @@ infill_line_width = =round(line_width * 0.42 / 0.35, 2) wall_thickness = =line_width * 3 top_bottom_thickness = 0.9 +infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles' + raft_airgap = =0.25 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 1ed1189a22..480cd5be16 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 @@ -40,4 +40,6 @@ infill_line_width = =round(line_width * 0.42 / 0.35, 2) wall_thickness = =line_width * 3 top_bottom_thickness = 1.2 +infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles' + raft_airgap = =0.25 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 faf5a1e15f..46b02cd3f0 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 @@ -40,4 +40,6 @@ infill_line_width = =round(line_width * 0.42 / 0.35, 2) wall_thickness = =line_width * 3 top_bottom_thickness = 0.9 +infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles' + raft_airgap = =0.25 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 a48506444c..9d15d231b6 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 @@ -40,4 +40,6 @@ infill_line_width = =round(line_width * 0.42 / 0.35, 2) wall_thickness = =line_width * 3 top_bottom_thickness = 1.2 +infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles' + raft_airgap = =0.25 From dc72c29d07e366bd592eeff883b984cda84eb07c Mon Sep 17 00:00:00 2001 From: "p.kuiper" Date: Thu, 9 Dec 2021 08:48:15 +0100 Subject: [PATCH 5/7] Updated settings version number for BAM and PVA Relates to PP-50 --- .../ultimaker_s3/um_s3_aa0.4_BAM_VeryDraft_Print.inst.cfg | 2 +- .../ultimaker_s3/um_s3_bb0.4_PVA_Verydraft_Print.inst.cfg | 2 +- .../ultimaker_s5/um_s5_aa0.4_BAM_VeryDraft_Print.inst.cfg | 2 +- .../ultimaker_s5/um_s5_bb0.4_PVA_Verydraft_Print.inst.cfg | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_BAM_VeryDraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_BAM_VeryDraft_Print.inst.cfg index bb3251ad3a..3e45d6e458 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_BAM_VeryDraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_BAM_VeryDraft_Print.inst.cfg @@ -4,7 +4,7 @@ name = Extra Fast definition = ultimaker_s3 [metadata] -setting_version = 18 +setting_version = 19 type = quality quality_type = verydraft weight = -2 diff --git a/resources/quality/ultimaker_s3/um_s3_bb0.4_PVA_Verydraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_bb0.4_PVA_Verydraft_Print.inst.cfg index dde2a460cd..d21663da25 100644 --- a/resources/quality/ultimaker_s3/um_s3_bb0.4_PVA_Verydraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_bb0.4_PVA_Verydraft_Print.inst.cfg @@ -4,7 +4,7 @@ name = Extra Fast definition = ultimaker_s3 [metadata] -setting_version = 18 +setting_version = 19 type = quality quality_type = verydraft weight = -3 diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_BAM_VeryDraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_BAM_VeryDraft_Print.inst.cfg index b033b5c421..f2ead72471 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_BAM_VeryDraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_BAM_VeryDraft_Print.inst.cfg @@ -4,7 +4,7 @@ name = Extra Fast definition = ultimaker_s5 [metadata] -setting_version = 18 +setting_version = 19 type = quality quality_type = verydraft weight = -2 diff --git a/resources/quality/ultimaker_s5/um_s5_bb0.4_PVA_Verydraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_bb0.4_PVA_Verydraft_Print.inst.cfg index 17cdee3933..c3b0d34d52 100644 --- a/resources/quality/ultimaker_s5/um_s5_bb0.4_PVA_Verydraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_bb0.4_PVA_Verydraft_Print.inst.cfg @@ -4,7 +4,7 @@ name = Extra Fast definition = ultimaker_s5 [metadata] -setting_version = 18 +setting_version = 19 type = quality quality_type = verydraft weight = -3 From e78caa10c60fac8dc1a88b16eb26dcc98031ec16 Mon Sep 17 00:00:00 2001 From: "p.kuiper" Date: Thu, 9 Dec 2021 09:15:25 +0100 Subject: [PATCH 6/7] Marked 0.3mm profiles as experimental Relates to PP-50 --- .../ultimaker_s3/um_s3_aa0.4_PLA_VeryDraft_Print_Quick.inst.cfg | 1 + .../ultimaker_s3/um_s3_aa0.4_TPLA_VeryDraft_Print_Quick.inst.cfg | 1 + .../ultimaker_s5/um_s5_aa0.4_PLA_VeryDraft_Print_Quick.inst.cfg | 1 + .../ultimaker_s5/um_s5_aa0.4_TPLA_VeryDraft_Print_Quick.inst.cfg | 1 + .../ultimaker_s3/um_s3_aa0.4_BAM_VeryDraft_Print.inst.cfg | 1 + .../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_s3/um_s3_bb0.4_PVA_Verydraft_Print.inst.cfg | 1 + .../ultimaker_s5/um_s5_aa0.4_BAM_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 + .../ultimaker_s5/um_s5_bb0.4_PVA_Verydraft_Print.inst.cfg | 1 + 12 files changed, 12 insertions(+) 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 0b5ecae9e4..3fef90ff48 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 @@ -10,6 +10,7 @@ intent_category = quick quality_type = verydraft material = generic_pla variant = AA 0.4 +is_experimental = True [values] infill_sparse_density = 10 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 18339f20ca..2d5f6544e0 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 @@ -10,6 +10,7 @@ intent_category = quick quality_type = verydraft material = generic_tough_pla variant = AA 0.4 +is_experimental = True [values] infill_sparse_density = 10 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 a299659375..ea58aa560c 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 @@ -10,6 +10,7 @@ intent_category = quick quality_type = verydraft material = generic_pla variant = AA 0.4 +is_experimental = True [values] infill_sparse_density = 10 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 34112cc0c4..d2f5e6d0cc 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 @@ -10,6 +10,7 @@ intent_category = quick quality_type = verydraft material = generic_tough_pla variant = AA 0.4 +is_experimental = True [values] infill_sparse_density = 10 diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_BAM_VeryDraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_BAM_VeryDraft_Print.inst.cfg index 3e45d6e458..8da7d5845e 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_BAM_VeryDraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_BAM_VeryDraft_Print.inst.cfg @@ -10,6 +10,7 @@ quality_type = verydraft weight = -2 material = generic_bam variant = AA 0.4 +is_experimental = True [values] brim_replaces_support = False 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 3a15be9231..27f152db21 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 @@ -10,6 +10,7 @@ quality_type = verydraft weight = -2 material = generic_pla variant = AA 0.4 +is_experimental = True [values] infill_sparse_density = 15 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 480cd5be16..b2d5fc0aae 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 @@ -10,6 +10,7 @@ quality_type = verydraft weight = -2 material = generic_tough_pla variant = AA 0.4 +is_experimental = True [values] infill_sparse_density = 15 diff --git a/resources/quality/ultimaker_s3/um_s3_bb0.4_PVA_Verydraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_bb0.4_PVA_Verydraft_Print.inst.cfg index d21663da25..0269b5feac 100644 --- a/resources/quality/ultimaker_s3/um_s3_bb0.4_PVA_Verydraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_bb0.4_PVA_Verydraft_Print.inst.cfg @@ -10,6 +10,7 @@ quality_type = verydraft weight = -3 material = generic_pva variant = BB 0.4 +is_experimental = True [values] brim_replaces_support = False diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_BAM_VeryDraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_BAM_VeryDraft_Print.inst.cfg index f2ead72471..4b440774e2 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_BAM_VeryDraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_BAM_VeryDraft_Print.inst.cfg @@ -10,6 +10,7 @@ quality_type = verydraft weight = -2 material = generic_bam variant = AA 0.4 +is_experimental = True [values] brim_replaces_support = False 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 46b02cd3f0..96d88944a5 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 @@ -10,6 +10,7 @@ quality_type = verydraft weight = -2 material = generic_pla variant = AA 0.4 +is_experimental = True [values] infill_sparse_density = 15 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 9d15d231b6..e1383d3563 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 @@ -10,6 +10,7 @@ quality_type = verydraft weight = -2 material = generic_tough_pla variant = AA 0.4 +is_experimental = True [values] infill_sparse_density = 15 diff --git a/resources/quality/ultimaker_s5/um_s5_bb0.4_PVA_Verydraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_bb0.4_PVA_Verydraft_Print.inst.cfg index c3b0d34d52..50342bae4c 100644 --- a/resources/quality/ultimaker_s5/um_s5_bb0.4_PVA_Verydraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_bb0.4_PVA_Verydraft_Print.inst.cfg @@ -10,6 +10,7 @@ quality_type = verydraft weight = -3 material = generic_pva variant = BB 0.4 +is_experimental = True [values] brim_replaces_support = False From 1ca5290d719109d3676bc4781d207eacfae3263e Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 10 Dec 2021 10:25:06 +0100 Subject: [PATCH 7/7] Remove comments from profiles Our FastConfigParser doesn't deal with these safely. It's best to disallow comments altogether. They affect the line afterwards. Contributes to issue CURA-8746. --- .../ultimaker_s3/um_s3_aa0.4_BAM_VeryDraft_Print.inst.cfg | 1 - .../ultimaker_s5/um_s5_aa0.4_BAM_VeryDraft_Print.inst.cfg | 1 - 2 files changed, 2 deletions(-) diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_BAM_VeryDraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_BAM_VeryDraft_Print.inst.cfg index 8da7d5845e..757743c70b 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_BAM_VeryDraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_BAM_VeryDraft_Print.inst.cfg @@ -19,7 +19,6 @@ cool_fan_speed_max = =cool_fan_speed machine_nozzle_cool_down_speed = 0.75 machine_nozzle_heat_up_speed = 1.6 material_print_temperature = =default_material_print_temperature + 5 -# prime_tower_enable: see CURA-4248 prime_tower_enable = =min(extruderValues('material_surface_energy')) < 100 skin_overlap = 20 speed_layer_0 = =math.ceil(speed_print * 20 / 70) diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_BAM_VeryDraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_BAM_VeryDraft_Print.inst.cfg index 4b440774e2..f4528b7fb8 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_BAM_VeryDraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_BAM_VeryDraft_Print.inst.cfg @@ -19,7 +19,6 @@ cool_fan_speed_max = =cool_fan_speed machine_nozzle_cool_down_speed = 0.75 machine_nozzle_heat_up_speed = 1.6 material_print_temperature = =default_material_print_temperature + 5 -# prime_tower_enable: see CURA-4248 prime_tower_enable = =min(extruderValues('material_surface_energy')) < 100 skin_overlap = 20 speed_layer_0 = =math.ceil(speed_print * 20 / 70)