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] 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