From d5bcd36ecd3b129a7d8013c28bf46290a43b2fd2 Mon Sep 17 00:00:00 2001 From: Paul Kuiper <46715907+pkuiper-ultimaker@users.noreply.github.com> Date: Wed, 7 Dec 2022 17:10:55 +0100 Subject: [PATCH 1/3] Fixed error in 0.8mm profiles for PC and CPE+ The 0.15mm mode was generated iso 0.2mm Relates to: PP-277 --- .../um_s3_aa0.8_CPEP_Draft_Print.inst.cfg | 22 ++++++++++++++ .../um_s3_aa0.8_CPEP_Fast_Print.inst.cfg | 29 ------------------- ...fg => um_s3_aa0.8_PC_Draft_Print.inst.cfg} | 7 ++--- .../um_s5_aa0.8_CPEP_Draft_Print.inst.cfg | 22 ++++++++++++++ .../um_s5_aa0.8_CPEP_Fast_Print.inst.cfg | 29 ------------------- ...fg => um_s5_aa0.8_PC_Draft_Print.inst.cfg} | 7 ++--- 6 files changed, 50 insertions(+), 66 deletions(-) create mode 100644 resources/quality/ultimaker_s3/um_s3_aa0.8_CPEP_Draft_Print.inst.cfg delete mode 100644 resources/quality/ultimaker_s3/um_s3_aa0.8_CPEP_Fast_Print.inst.cfg rename resources/quality/ultimaker_s3/{um_s3_aa0.8_PC_Fast_Print.inst.cfg => um_s3_aa0.8_PC_Draft_Print.inst.cfg} (74%) create mode 100644 resources/quality/ultimaker_s5/um_s5_aa0.8_CPEP_Draft_Print.inst.cfg delete mode 100644 resources/quality/ultimaker_s5/um_s5_aa0.8_CPEP_Fast_Print.inst.cfg rename resources/quality/ultimaker_s5/{um_s5_aa0.8_PC_Fast_Print.inst.cfg => um_s5_aa0.8_PC_Draft_Print.inst.cfg} (74%) diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_CPEP_Draft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_CPEP_Draft_Print.inst.cfg new file mode 100644 index 0000000000..fb6220f2be --- /dev/null +++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_CPEP_Draft_Print.inst.cfg @@ -0,0 +1,22 @@ +[general] +version = 4 +name = Fast - Experimental +definition = ultimaker_s3 + +[metadata] +setting_version = 20 +type = quality +quality_type = draft +weight = -2 +material = generic_cpe_plus +variant = AA 0.8 +is_experimental = True + +[values] +brim_width = 14 +prime_tower_enable = True +retraction_hop = 0.1 +retraction_hop_enabled = False +skin_overlap = 0 +support_z_distance = =layer_height +top_bottom_thickness = 1.2 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 deleted file mode 100644 index a04f4ce184..0000000000 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_CPEP_Fast_Print.inst.cfg +++ /dev/null @@ -1,29 +0,0 @@ -[general] -version = 4 -name = Normal - Experimental -definition = ultimaker_s3 - -[metadata] -setting_version = 20 -type = quality -quality_type = fast -weight = -1 -material = generic_cpe_plus -variant = AA 0.8 -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_Draft_Print.inst.cfg similarity index 74% rename from resources/quality/ultimaker_s3/um_s3_aa0.8_PC_Fast_Print.inst.cfg rename to resources/quality/ultimaker_s3/um_s3_aa0.8_PC_Draft_Print.inst.cfg index 82db443247..5711e294e7 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_Draft_Print.inst.cfg @@ -1,20 +1,19 @@ [general] version = 4 -name = Normal - Experimental +name = Fast - Experimental definition = ultimaker_s3 [metadata] setting_version = 20 type = quality -quality_type = fast -weight = -1 +quality_type = draft +weight = -2 material = generic_pc variant = AA 0.8 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_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_CPEP_Draft_Print.inst.cfg new file mode 100644 index 0000000000..91f0550074 --- /dev/null +++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_CPEP_Draft_Print.inst.cfg @@ -0,0 +1,22 @@ +[general] +version = 4 +name = Fast - Experimental +definition = ultimaker_s5 + +[metadata] +setting_version = 20 +type = quality +quality_type = draft +weight = -2 +material = generic_cpe_plus +variant = AA 0.8 +is_experimental = True + +[values] +brim_width = 14 +prime_tower_enable = True +retraction_hop = 0.1 +retraction_hop_enabled = False +skin_overlap = 0 +support_z_distance = =layer_height +top_bottom_thickness = 1.2 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 deleted file mode 100644 index e014c6ae90..0000000000 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_CPEP_Fast_Print.inst.cfg +++ /dev/null @@ -1,29 +0,0 @@ -[general] -version = 4 -name = Normal - Experimental -definition = ultimaker_s5 - -[metadata] -setting_version = 20 -type = quality -quality_type = fast -weight = -1 -material = generic_cpe_plus -variant = AA 0.8 -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_Draft_Print.inst.cfg similarity index 74% rename from resources/quality/ultimaker_s5/um_s5_aa0.8_PC_Fast_Print.inst.cfg rename to resources/quality/ultimaker_s5/um_s5_aa0.8_PC_Draft_Print.inst.cfg index 3951bb8ccc..e006b759f6 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_Draft_Print.inst.cfg @@ -1,20 +1,19 @@ [general] version = 4 -name = Normal - Experimental +name = Fast - Experimental definition = ultimaker_s5 [metadata] setting_version = 20 type = quality -quality_type = fast -weight = -1 +quality_type = draft +weight = -2 material = generic_pc variant = AA 0.8 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 From 29c7f766becdea68bda036366f66e35c6882d14b Mon Sep 17 00:00:00 2001 From: Paul Kuiper <46715907+pkuiper-ultimaker@users.noreply.github.com> Date: Thu, 8 Dec 2022 10:25:07 +0100 Subject: [PATCH 2/3] There was an error was in the file naming which we need to uphold to prevent issues with ufp files. The file name is called 'Fast' while the quality type inside the files is 'Draft'. This will be fixed in PP-222 Relates to: PP-277 --- ..._Draft_Print.inst.cfg => um_s3_aa0.8_CPEP_Fast_Print.inst.cfg} | 0 ...PC_Draft_Print.inst.cfg => um_s3_aa0.8_PC_Fast_Print.inst.cfg} | 0 ..._Draft_Print.inst.cfg => um_s5_aa0.8_CPEP_Fast_Print.inst.cfg} | 0 ...PC_Draft_Print.inst.cfg => um_s5_aa0.8_PC_Fast_Print.inst.cfg} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename resources/quality/ultimaker_s3/{um_s3_aa0.8_CPEP_Draft_Print.inst.cfg => um_s3_aa0.8_CPEP_Fast_Print.inst.cfg} (100%) rename resources/quality/ultimaker_s3/{um_s3_aa0.8_PC_Draft_Print.inst.cfg => um_s3_aa0.8_PC_Fast_Print.inst.cfg} (100%) rename resources/quality/ultimaker_s5/{um_s5_aa0.8_CPEP_Draft_Print.inst.cfg => um_s5_aa0.8_CPEP_Fast_Print.inst.cfg} (100%) rename resources/quality/ultimaker_s5/{um_s5_aa0.8_PC_Draft_Print.inst.cfg => um_s5_aa0.8_PC_Fast_Print.inst.cfg} (100%) diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_CPEP_Draft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_CPEP_Fast_Print.inst.cfg similarity index 100% rename from resources/quality/ultimaker_s3/um_s3_aa0.8_CPEP_Draft_Print.inst.cfg rename to resources/quality/ultimaker_s3/um_s3_aa0.8_CPEP_Fast_Print.inst.cfg diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_PC_Draft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_PC_Fast_Print.inst.cfg similarity index 100% rename from resources/quality/ultimaker_s3/um_s3_aa0.8_PC_Draft_Print.inst.cfg rename to resources/quality/ultimaker_s3/um_s3_aa0.8_PC_Fast_Print.inst.cfg diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_CPEP_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_CPEP_Fast_Print.inst.cfg similarity index 100% rename from resources/quality/ultimaker_s5/um_s5_aa0.8_CPEP_Draft_Print.inst.cfg rename to resources/quality/ultimaker_s5/um_s5_aa0.8_CPEP_Fast_Print.inst.cfg diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_PC_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_PC_Fast_Print.inst.cfg similarity index 100% rename from resources/quality/ultimaker_s5/um_s5_aa0.8_PC_Draft_Print.inst.cfg rename to resources/quality/ultimaker_s5/um_s5_aa0.8_PC_Fast_Print.inst.cfg From 4b0d07a477d0ba00a38075dde686975ced9dd222 Mon Sep 17 00:00:00 2001 From: Rijk van Manen Date: Thu, 8 Dec 2022 10:36:27 +0100 Subject: [PATCH 3/3] 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