From 4b0d07a477d0ba00a38075dde686975ced9dd222 Mon Sep 17 00:00:00 2001 From: Rijk van Manen Date: Thu, 8 Dec 2022 10:36:27 +0100 Subject: [PATCH] restore the correct setting PP-277 --- .../ultimaker_s3/um_s3_aa0.8_CPEP_Fast_Print.inst.cfg | 7 +++++++ .../ultimaker_s3/um_s3_aa0.8_PC_Fast_Print.inst.cfg | 1 + .../ultimaker_s5/um_s5_aa0.8_CPEP_Fast_Print.inst.cfg | 7 +++++++ .../ultimaker_s5/um_s5_aa0.8_PC_Fast_Print.inst.cfg | 1 + 4 files changed, 16 insertions(+) diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_CPEP_Fast_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_CPEP_Fast_Print.inst.cfg index fb6220f2be..c7ccc69e5d 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_CPEP_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_CPEP_Fast_Print.inst.cfg @@ -14,9 +14,16 @@ is_experimental = True [values] brim_width = 14 +machine_nozzle_cool_down_speed = 0.9 +machine_nozzle_heat_up_speed = 1.4 +material_print_temperature = =default_material_print_temperature - 10 prime_tower_enable = True retraction_hop = 0.1 retraction_hop_enabled = False skin_overlap = 0 +speed_print = 50 +speed_topbottom = =math.ceil(speed_print * 35 / 50) +speed_wall = =math.ceil(speed_print * 40 / 50) +speed_wall_0 = =math.ceil(speed_wall * 35 / 40) support_z_distance = =layer_height top_bottom_thickness = 1.2 diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_PC_Fast_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_PC_Fast_Print.inst.cfg index 5711e294e7..d8330d1faf 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_PC_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_PC_Fast_Print.inst.cfg @@ -14,6 +14,7 @@ is_experimental = True [values] brim_width = 14 +material_print_temperature = =default_material_print_temperature - 5 raft_airgap = 0.5 skin_overlap = 0 speed_print = 50 diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_CPEP_Fast_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_CPEP_Fast_Print.inst.cfg index 91f0550074..d3e6294151 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_CPEP_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_CPEP_Fast_Print.inst.cfg @@ -14,9 +14,16 @@ is_experimental = True [values] brim_width = 14 +machine_nozzle_cool_down_speed = 0.9 +machine_nozzle_heat_up_speed = 1.4 +material_print_temperature = =default_material_print_temperature - 10 prime_tower_enable = True retraction_hop = 0.1 retraction_hop_enabled = False skin_overlap = 0 +speed_print = 50 +speed_topbottom = =math.ceil(speed_print * 35 / 50) +speed_wall = =math.ceil(speed_print * 40 / 50) +speed_wall_0 = =math.ceil(speed_wall * 35 / 40) support_z_distance = =layer_height top_bottom_thickness = 1.2 diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_PC_Fast_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_PC_Fast_Print.inst.cfg index e006b759f6..5a5b3290ee 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_PC_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_PC_Fast_Print.inst.cfg @@ -14,6 +14,7 @@ is_experimental = True [values] brim_width = 14 +material_print_temperature = =default_material_print_temperature - 5 raft_airgap = 0.5 skin_overlap = 0 speed_print = 50