From 9dea00e3995092dd2ecda519059097dcea4781f5 Mon Sep 17 00:00:00 2001 From: Paul Kuiper <46715907+pkuiper-ultimaker@users.noreply.github.com> Date: Mon, 28 Apr 2025 08:58:45 +0200 Subject: [PATCH] =?UTF-8?q?S6/S8:=20cool=5Fduring=5Fextruder=5Fswitch=20to?= =?UTF-8?q?=20=E2=80=9Call=20fans=E2=80=9D=20(reduce=20oozing=20on=20print?= =?UTF-8?q?s)=20S6/S8:=20Set=20xy=5Foffset=20to=200.1mm=20to=20compensate?= =?UTF-8?q?=20(cyclinder=20outer=20walls=200.2mm=20to=20small)=20S6/S8:=20?= =?UTF-8?q?Travel=20speed=20to=20500mm/s=20(this=20is=20PP-606)=20S6/S8:?= =?UTF-8?q?=20Maximum=20first=20layer=20speed=20is=2050mm/s=20to=20improve?= =?UTF-8?q?=20adhesion=20reliability=20and=20bottom=20layer=20quality=20PL?= =?UTF-8?q?A:=20Reduce=20intial=20and=20final=20nozzle=20temperature=20wit?= =?UTF-8?q?h=2010C=20(195C)=20to=20reduce=20oozing=20on=20model=20PETG:=20?= =?UTF-8?q?Unretract=20speed=20from=2045mm/s=20to=2015mm/s=20to=20reduce?= =?UTF-8?q?=20bubbles=20in=20the=20walls=20PVA:=20Increase=20prime=20tower?= =?UTF-8?q?=20purge=20volume=20from=2010.0mm3=20to=2020mm3=20to=20improve?= =?UTF-8?q?=20tower=20stability=20(esp=20in=20combi=20with=20high=20temp?= =?UTF-8?q?=20model=20materials)=20PC=20and=20CPE+:=20Reduce=20warping=20?= =?UTF-8?q?=20=20=20=20=20=20=20=20-=20Alternating=20wall=20=20=20=20=20?= =?UTF-8?q?=20=20=20=20-=2010C=20higher=20nozzle=20temperature=20(PC:290C,?= =?UTF-8?q?=20CPE+:=20280C)=20to=20remelt=20the=20line=20below=20=20=20=20?= =?UTF-8?q?=20=20=20=20=20=20=20=20=20=20=20-=20=20Keep=20initial=20and=20?= =?UTF-8?q?final=20temperature=20the=20same=20=20=20=20=20=20=20=20=20-=20?= =?UTF-8?q?5C=20higher=20bed=20temperature=20(PC:115C,=20CPE+:=20280C)=20t?= =?UTF-8?q?o=20increase=20bed=20adhesion=20=20=20=20=20=20=20=20=20-=20Cha?= =?UTF-8?q?mber=20temperature=2050C=20(max=20value=20S=20line)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PP-625 --- resources/definitions/ultimaker_s8.def.json | 11 +++++++---- .../um_s8_aa_plus_0.4_petg_0.2mm.inst.cfg | 1 + .../ultimaker_s8/um_s8_aa_plus_0.4_pla_0.1mm.inst.cfg | 2 ++ .../ultimaker_s8/um_s8_aa_plus_0.4_pla_0.2mm.inst.cfg | 2 ++ .../um_s8_aa_plus_0.6_petg_0.2mm.inst.cfg | 1 + .../um_s8_aa_plus_0.6_petg_0.3mm.inst.cfg | 1 + .../ultimaker_s8/um_s8_aa_plus_0.6_pla_0.2mm.inst.cfg | 2 ++ .../ultimaker_s8/um_s8_aa_plus_0.6_pla_0.3mm.inst.cfg | 2 ++ .../ultimaker_s8/um_s8_bb0.4_pva_0.15mm.inst.cfg | 1 + .../ultimaker_s8/um_s8_bb0.4_pva_0.1mm.inst.cfg | 1 + .../ultimaker_s8/um_s8_bb0.4_pva_0.2mm.inst.cfg | 1 + .../ultimaker_s8/um_s8_bb0.4_pva_0.3mm.inst.cfg | 1 + .../um_s8_cc_plus_0.4_cpe-plus_0.2mm.inst.cfg | 3 +++ .../ultimaker_s8/um_s8_cc_plus_0.4_pc_0.2mm.inst.cfg | 3 +++ 14 files changed, 28 insertions(+), 4 deletions(-) diff --git a/resources/definitions/ultimaker_s8.def.json b/resources/definitions/ultimaker_s8.def.json index 8fa2ab8459..b24a758392 100644 --- a/resources/definitions/ultimaker_s8.def.json +++ b/resources/definitions/ultimaker_s8.def.json @@ -203,6 +203,7 @@ "unit": "mm/s", "value": 50 }, + "cool_during_extruder_switch": { "value": "'all_fans'" }, "cool_min_layer_time": { "value": 5 }, "cool_min_layer_time_overhang": { "value": 9 }, "cool_min_layer_time_overhang_min_segment_length": { "value": 2 }, @@ -397,6 +398,7 @@ "enabled": true, "value": 0.5 }, + "material_print_temperature": { "maximum_value_warning": 320 }, "material_print_temperature_layer_0": { "maximum_value_warning": 320 }, "max_flow_acceleration": { "value": 8.0 }, "max_skin_angle_for_expansion": { "value": 45 }, @@ -445,7 +447,7 @@ "speed_layer_0": { "maximum_value_warning": 300, - "value": "speed_wall" + "value": "min(speed_wall,50)" }, "speed_prime_tower": { @@ -500,13 +502,13 @@ "speed_travel": { "maximum_value": 500, - "maximum_value_warning": 300, - "value": 300 + "maximum_value_warning": 500, + "value": 500 }, "speed_travel_layer_0": { "maximum_value": 500, - "maximum_value_warning": 300, + "maximum_value_warning": 500, "value": 150 }, "speed_wall": @@ -573,6 +575,7 @@ "wall_material_flow": { "value": 95 }, "wall_overhang_angle": { "value": 45 }, "wall_x_material_flow": { "value": 100 }, + "xy_offset": { "value": 0.05 }, "z_seam_corner": { "value": "'z_seam_corner_weighted'" }, "z_seam_position": { "value": "'backright'" }, "z_seam_type": { "value": "'sharpest_corner'" } diff --git a/resources/quality/ultimaker_s8/um_s8_aa_plus_0.4_petg_0.2mm.inst.cfg b/resources/quality/ultimaker_s8/um_s8_aa_plus_0.4_petg_0.2mm.inst.cfg index bde7c78d56..baabd79e94 100644 --- a/resources/quality/ultimaker_s8/um_s8_aa_plus_0.4_petg_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_s8/um_s8_aa_plus_0.4_petg_0.2mm.inst.cfg @@ -14,4 +14,5 @@ weight = -2 [values] cool_min_layer_time = 4 material_print_temperature = =default_material_print_temperature + 5 +retraction_prime_speed = 15 diff --git a/resources/quality/ultimaker_s8/um_s8_aa_plus_0.4_pla_0.1mm.inst.cfg b/resources/quality/ultimaker_s8/um_s8_aa_plus_0.4_pla_0.1mm.inst.cfg index 32f9fd7e0c..1aa8b3c714 100644 --- a/resources/quality/ultimaker_s8/um_s8_aa_plus_0.4_pla_0.1mm.inst.cfg +++ b/resources/quality/ultimaker_s8/um_s8_aa_plus_0.4_pla_0.1mm.inst.cfg @@ -12,6 +12,8 @@ variant = AA+ 0.4 weight = 0 [values] +material_final_print_temperature = =material_print_temperature - 15 +material_initial_print_temperature = =material_print_temperature - 15 retraction_prime_speed = =retraction_speed support_structure = tree diff --git a/resources/quality/ultimaker_s8/um_s8_aa_plus_0.4_pla_0.2mm.inst.cfg b/resources/quality/ultimaker_s8/um_s8_aa_plus_0.4_pla_0.2mm.inst.cfg index 955308890c..2e015f8a88 100644 --- a/resources/quality/ultimaker_s8/um_s8_aa_plus_0.4_pla_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_s8/um_s8_aa_plus_0.4_pla_0.2mm.inst.cfg @@ -12,6 +12,8 @@ variant = AA+ 0.4 weight = -2 [values] +material_final_print_temperature = =material_print_temperature - 15 +material_initial_print_temperature = =material_print_temperature - 15 retraction_prime_speed = =retraction_speed support_structure = tree diff --git a/resources/quality/ultimaker_s8/um_s8_aa_plus_0.6_petg_0.2mm.inst.cfg b/resources/quality/ultimaker_s8/um_s8_aa_plus_0.6_petg_0.2mm.inst.cfg index be16bb734f..5ed93d593d 100644 --- a/resources/quality/ultimaker_s8/um_s8_aa_plus_0.6_petg_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_s8/um_s8_aa_plus_0.6_petg_0.2mm.inst.cfg @@ -16,5 +16,6 @@ bridge_skin_material_flow = 200 bridge_wall_material_flow = 200 cool_min_layer_time = 4 material_print_temperature = =default_material_print_temperature + 5 +retraction_prime_speed = 15 support_interface_enable = False diff --git a/resources/quality/ultimaker_s8/um_s8_aa_plus_0.6_petg_0.3mm.inst.cfg b/resources/quality/ultimaker_s8/um_s8_aa_plus_0.6_petg_0.3mm.inst.cfg index d058e1aef5..4f35c03aa5 100644 --- a/resources/quality/ultimaker_s8/um_s8_aa_plus_0.6_petg_0.3mm.inst.cfg +++ b/resources/quality/ultimaker_s8/um_s8_aa_plus_0.6_petg_0.3mm.inst.cfg @@ -16,6 +16,7 @@ bridge_skin_material_flow = 200 bridge_wall_material_flow = 200 cool_min_layer_time = 4 material_print_temperature = =default_material_print_temperature + 10 +retraction_prime_speed = 15 support_interface_enable = False wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25) diff --git a/resources/quality/ultimaker_s8/um_s8_aa_plus_0.6_pla_0.2mm.inst.cfg b/resources/quality/ultimaker_s8/um_s8_aa_plus_0.6_pla_0.2mm.inst.cfg index a5f990f3d8..daee512d80 100644 --- a/resources/quality/ultimaker_s8/um_s8_aa_plus_0.6_pla_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_s8/um_s8_aa_plus_0.6_pla_0.2mm.inst.cfg @@ -14,6 +14,8 @@ weight = -2 [values] bridge_skin_material_flow = 200 bridge_wall_material_flow = 200 +material_final_print_temperature = =material_print_temperature - 15 +material_initial_print_temperature = =material_print_temperature - 15 retraction_prime_speed = =retraction_speed support_interface_enable = False support_structure = tree diff --git a/resources/quality/ultimaker_s8/um_s8_aa_plus_0.6_pla_0.3mm.inst.cfg b/resources/quality/ultimaker_s8/um_s8_aa_plus_0.6_pla_0.3mm.inst.cfg index 295b7efbfc..54de062a8c 100644 --- a/resources/quality/ultimaker_s8/um_s8_aa_plus_0.6_pla_0.3mm.inst.cfg +++ b/resources/quality/ultimaker_s8/um_s8_aa_plus_0.6_pla_0.3mm.inst.cfg @@ -14,6 +14,8 @@ weight = -3 [values] bridge_skin_material_flow = 200 bridge_wall_material_flow = 200 +material_final_print_temperature = =material_print_temperature - 15 +material_initial_print_temperature = =material_print_temperature - 15 material_print_temperature = =default_material_print_temperature + 20 retraction_prime_speed = =retraction_speed support_interface_enable = False diff --git a/resources/quality/ultimaker_s8/um_s8_bb0.4_pva_0.15mm.inst.cfg b/resources/quality/ultimaker_s8/um_s8_bb0.4_pva_0.15mm.inst.cfg index b2e787724e..417f231aba 100644 --- a/resources/quality/ultimaker_s8/um_s8_bb0.4_pva_0.15mm.inst.cfg +++ b/resources/quality/ultimaker_s8/um_s8_bb0.4_pva_0.15mm.inst.cfg @@ -22,6 +22,7 @@ initial_layer_line_width_factor = 150 jerk_prime_tower = 4000 jerk_support = 4000 minimum_support_area = 4 +prime_tower_min_volume = 20 retraction_amount = 6.5 retraction_count_max = 5 skirt_brim_minimal_length = =min(2000, 175 / (layer_height * line_width)) diff --git a/resources/quality/ultimaker_s8/um_s8_bb0.4_pva_0.1mm.inst.cfg b/resources/quality/ultimaker_s8/um_s8_bb0.4_pva_0.1mm.inst.cfg index a6d3010f60..286f377596 100644 --- a/resources/quality/ultimaker_s8/um_s8_bb0.4_pva_0.1mm.inst.cfg +++ b/resources/quality/ultimaker_s8/um_s8_bb0.4_pva_0.1mm.inst.cfg @@ -23,6 +23,7 @@ jerk_prime_tower = 4000 jerk_support = 4000 material_print_temperature = =default_material_print_temperature - 5 minimum_support_area = 4 +prime_tower_min_volume = 20 retraction_amount = 6.5 retraction_count_max = 5 skirt_brim_minimal_length = =min(2000, 175 / (layer_height * line_width)) diff --git a/resources/quality/ultimaker_s8/um_s8_bb0.4_pva_0.2mm.inst.cfg b/resources/quality/ultimaker_s8/um_s8_bb0.4_pva_0.2mm.inst.cfg index 9994a7c503..7ff3881a4c 100644 --- a/resources/quality/ultimaker_s8/um_s8_bb0.4_pva_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_s8/um_s8_bb0.4_pva_0.2mm.inst.cfg @@ -23,6 +23,7 @@ jerk_prime_tower = 4000 jerk_support = 4000 material_print_temperature = =default_material_print_temperature + 5 minimum_support_area = 4 +prime_tower_min_volume = 20 retraction_amount = 6.5 retraction_count_max = 5 skirt_brim_minimal_length = =min(2000, 175 / (layer_height * line_width)) diff --git a/resources/quality/ultimaker_s8/um_s8_bb0.4_pva_0.3mm.inst.cfg b/resources/quality/ultimaker_s8/um_s8_bb0.4_pva_0.3mm.inst.cfg index 4c9ca9c2cc..ceae51c183 100644 --- a/resources/quality/ultimaker_s8/um_s8_bb0.4_pva_0.3mm.inst.cfg +++ b/resources/quality/ultimaker_s8/um_s8_bb0.4_pva_0.3mm.inst.cfg @@ -23,6 +23,7 @@ jerk_prime_tower = 4000 jerk_support = 4000 material_print_temperature = =default_material_print_temperature - 5 minimum_support_area = 4 +prime_tower_min_volume = 20 retraction_amount = 6.5 retraction_count_max = 5 skirt_brim_minimal_length = =min(2000, 175 / (layer_height * line_width)) diff --git a/resources/quality/ultimaker_s8/um_s8_cc_plus_0.4_cpe-plus_0.2mm.inst.cfg b/resources/quality/ultimaker_s8/um_s8_cc_plus_0.4_cpe-plus_0.2mm.inst.cfg index 2911c7192f..28cfe9082f 100644 --- a/resources/quality/ultimaker_s8/um_s8_cc_plus_0.4_cpe-plus_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_s8/um_s8_cc_plus_0.4_cpe-plus_0.2mm.inst.cfg @@ -12,4 +12,7 @@ variant = CC+ 0.4 weight = -2 [values] +material_alternate_walls = True +material_final_print_temperature = =material_print_temperature - 15 +material_initial_print_temperature = =material_print_temperature - 15 diff --git a/resources/quality/ultimaker_s8/um_s8_cc_plus_0.4_pc_0.2mm.inst.cfg b/resources/quality/ultimaker_s8/um_s8_cc_plus_0.4_pc_0.2mm.inst.cfg index ae64e07f03..3a77700d1f 100644 --- a/resources/quality/ultimaker_s8/um_s8_cc_plus_0.4_pc_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_s8/um_s8_cc_plus_0.4_pc_0.2mm.inst.cfg @@ -15,7 +15,10 @@ weight = -2 cool_min_layer_time = 6 cool_min_layer_time_fan_speed_max = 12 inset_direction = inside_out +material_alternate_walls = True +material_final_print_temperature = =material_print_temperature - 15 material_flow = 95 +material_initial_print_temperature = =material_print_temperature - 15 retraction_prime_speed = 15 speed_wall_x = =speed_wall_0