diff --git a/resources/quality/ultimaker_s3/um_s3_bb0.4_bam_0.15mm.inst.cfg b/resources/quality/ultimaker_s3/um_s3_bb0.4_bam_0.15mm.inst.cfg index bb23db05ab..fa0a127997 100644 --- a/resources/quality/ultimaker_s3/um_s3_bb0.4_bam_0.15mm.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_bb0.4_bam_0.15mm.inst.cfg @@ -12,21 +12,30 @@ variant = BB 0.4 weight = -1 [values] +acceleration_prime_tower = =math.ceil(acceleration_print * 2000 / 3500) +acceleration_support = =math.ceil(acceleration_print * 2000 / 3500) +acceleration_support_bottom = =extruderValue(support_bottom_extruder_nr, 'acceleration_support_interface') +acceleration_support_interface = =acceleration_topbottom brim_replaces_support = False build_volume_temperature = =50 if extruders_enabled_count > 1 and (not support_enable or extruder_nr != support_extruder_nr) else 24 default_material_bed_temperature = =0 if extruders_enabled_count > 1 and (not support_enable or extruder_nr != support_extruder_nr) else 60 machine_nozzle_cool_down_speed = 0.75 machine_nozzle_heat_up_speed = 1.6 prime_tower_enable = =min(extruderValues('material_surface_energy')) < 100 +speed_prime_tower = =speed_topbottom speed_print = 80 +speed_support = =speed_wall_0 +speed_support_interface = =speed_topbottom speed_topbottom = =math.ceil(speed_print * 30 / 80) speed_wall = =math.ceil(speed_print * 40 / 80) speed_wall_0 = =math.ceil(speed_wall * 30 / 40) support_angle = 45 support_bottom_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 2) * layer_height +support_bottom_height = =extruderValue(support_bottom_extruder_nr, 'support_interface_height') support_infill_sparse_thickness = =2 * layer_height support_interface_density = =min(extruderValues('material_surface_energy')) support_interface_enable = True support_top_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 1) * layer_height +switch_extruder_retraction_amount = =machine_heat_zone_length top_bottom_thickness = 1 diff --git a/resources/quality/ultimaker_s3/um_s3_bb0.4_bam_0.1mm.inst.cfg b/resources/quality/ultimaker_s3/um_s3_bb0.4_bam_0.1mm.inst.cfg index f53543ad02..2f79f28df3 100644 --- a/resources/quality/ultimaker_s3/um_s3_bb0.4_bam_0.1mm.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_bb0.4_bam_0.1mm.inst.cfg @@ -12,17 +12,27 @@ variant = BB 0.4 weight = 0 [values] +acceleration_prime_tower = =math.ceil(acceleration_print * 2000 / 3500) +acceleration_support = =math.ceil(acceleration_print * 2000 / 3500) +acceleration_support_bottom = =extruderValue(support_bottom_extruder_nr, 'acceleration_support_interface') +acceleration_support_interface = =acceleration_topbottom brim_replaces_support = False build_volume_temperature = =50 if extruders_enabled_count > 1 and (not support_enable or extruder_nr != support_extruder_nr) else 24 default_material_bed_temperature = =0 if extruders_enabled_count > 1 and (not support_enable or extruder_nr != support_extruder_nr) else 60 machine_nozzle_cool_down_speed = 0.75 machine_nozzle_heat_up_speed = 1.6 prime_tower_enable = =min(extruderValues('material_surface_energy')) < 100 +speed_prime_tower = =speed_topbottom +speed_support = =speed_wall_0 +speed_support_interface = =speed_topbottom +speed_wall_0 = =math.ceil(speed_wall * 20 / 30) support_angle = 45 support_bottom_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 2) * layer_height +support_bottom_height = =extruderValue(support_bottom_extruder_nr, 'support_interface_height') support_infill_sparse_thickness = =2 * layer_height support_interface_density = =min(extruderValues('material_surface_energy')) support_interface_enable = True support_top_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 1) * layer_height +switch_extruder_retraction_amount = =machine_heat_zone_length top_bottom_thickness = 1 diff --git a/resources/quality/ultimaker_s3/um_s3_bb0.4_bam_0.2mm.inst.cfg b/resources/quality/ultimaker_s3/um_s3_bb0.4_bam_0.2mm.inst.cfg index 8f0b17b53d..3eecb085af 100644 --- a/resources/quality/ultimaker_s3/um_s3_bb0.4_bam_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_bb0.4_bam_0.2mm.inst.cfg @@ -12,6 +12,10 @@ variant = BB 0.4 weight = -2 [values] +acceleration_prime_tower = =math.ceil(acceleration_print * 2000 / 3500) +acceleration_support = =math.ceil(acceleration_print * 2000 / 3500) +acceleration_support_bottom = =extruderValue(support_bottom_extruder_nr, 'acceleration_support_interface') +acceleration_support_interface = =acceleration_topbottom brim_replaces_support = False build_volume_temperature = =50 if extruders_enabled_count > 1 and (not support_enable or extruder_nr != support_extruder_nr) else 24 default_material_bed_temperature = =0 if extruders_enabled_count > 1 and (not support_enable or extruder_nr != support_extruder_nr) else 60 @@ -19,13 +23,18 @@ 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 = =min(extruderValues('material_surface_energy')) < 100 +speed_prime_tower = =speed_topbottom +speed_support = =speed_wall_0 +speed_support_interface = =speed_topbottom 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) support_angle = 45 support_bottom_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 2) * layer_height +support_bottom_height = =extruderValue(support_bottom_extruder_nr, 'support_interface_height') support_interface_density = =min(extruderValues('material_surface_energy')) support_interface_enable = True support_top_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 2) * layer_height +switch_extruder_retraction_amount = =machine_heat_zone_length top_bottom_thickness = 1 diff --git a/resources/quality/ultimaker_s3/um_s3_bb0.4_bam_0.3mm.inst.cfg b/resources/quality/ultimaker_s3/um_s3_bb0.4_bam_0.3mm.inst.cfg index 279a7c38f4..3f0fd9a8d4 100644 --- a/resources/quality/ultimaker_s3/um_s3_bb0.4_bam_0.3mm.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_bb0.4_bam_0.3mm.inst.cfg @@ -13,6 +13,10 @@ variant = BB 0.4 weight = -3 [values] +acceleration_prime_tower = =math.ceil(acceleration_print * 2000 / 3500) +acceleration_support = =math.ceil(acceleration_print * 2000 / 3500) +acceleration_support_bottom = =extruderValue(support_bottom_extruder_nr, 'acceleration_support_interface') +acceleration_support_interface = =acceleration_topbottom brim_replaces_support = False build_volume_temperature = =50 if extruders_enabled_count > 1 and (not support_enable or extruder_nr != support_extruder_nr) else 24 default_material_bed_temperature = =0 if extruders_enabled_count > 1 and (not support_enable or extruder_nr != support_extruder_nr) else 60 @@ -20,13 +24,18 @@ 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 = =min(extruderValues('material_surface_energy')) < 100 +speed_prime_tower = =speed_topbottom +speed_support = =speed_wall_0 +speed_support_interface = =speed_topbottom 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) support_angle = 45 support_bottom_distance = 0.3 +support_bottom_height = =extruderValue(support_bottom_extruder_nr, 'support_interface_height') support_interface_density = =min(extruderValues('material_surface_energy')) support_interface_enable = True support_top_distance = 0.3 +switch_extruder_retraction_amount = =machine_heat_zone_length top_bottom_thickness = 1 diff --git a/resources/quality/ultimaker_s5/um_s5_bb0.4_bam_0.15mm.inst.cfg b/resources/quality/ultimaker_s5/um_s5_bb0.4_bam_0.15mm.inst.cfg index 4e080656cc..e4124e2cc2 100644 --- a/resources/quality/ultimaker_s5/um_s5_bb0.4_bam_0.15mm.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_bb0.4_bam_0.15mm.inst.cfg @@ -12,21 +12,30 @@ variant = BB 0.4 weight = -1 [values] +acceleration_prime_tower = =math.ceil(acceleration_print * 2000 / 3500) +acceleration_support = =math.ceil(acceleration_print * 2000 / 3500) +acceleration_support_bottom = =extruderValue(support_bottom_extruder_nr, 'acceleration_support_interface') +acceleration_support_interface = =acceleration_topbottom brim_replaces_support = False build_volume_temperature = =50 if extruders_enabled_count > 1 and (not support_enable or extruder_nr != support_extruder_nr) else 24 default_material_bed_temperature = =0 if extruders_enabled_count > 1 and (not support_enable or extruder_nr != support_extruder_nr) else 60 machine_nozzle_cool_down_speed = 0.75 machine_nozzle_heat_up_speed = 1.6 prime_tower_enable = =min(extruderValues('material_surface_energy')) < 100 +speed_prime_tower = =speed_topbottom speed_print = 80 +speed_support = =speed_wall_0 +speed_support_interface = =speed_topbottom speed_topbottom = =math.ceil(speed_print * 30 / 80) speed_wall = =math.ceil(speed_print * 40 / 80) speed_wall_0 = =math.ceil(speed_wall * 30 / 40) support_angle = 45 support_bottom_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 2) * layer_height +support_bottom_height = =extruderValue(support_bottom_extruder_nr, 'support_interface_height') support_infill_sparse_thickness = =2 * layer_height support_interface_density = =min(extruderValues('material_surface_energy')) support_interface_enable = True support_top_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 1) * layer_height +switch_extruder_retraction_amount = =machine_heat_zone_length top_bottom_thickness = 1 diff --git a/resources/quality/ultimaker_s5/um_s5_bb0.4_bam_0.1mm.inst.cfg b/resources/quality/ultimaker_s5/um_s5_bb0.4_bam_0.1mm.inst.cfg index ffed49ae9f..ebf763318c 100644 --- a/resources/quality/ultimaker_s5/um_s5_bb0.4_bam_0.1mm.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_bb0.4_bam_0.1mm.inst.cfg @@ -12,17 +12,27 @@ variant = BB 0.4 weight = 0 [values] +acceleration_prime_tower = =math.ceil(acceleration_print * 2000 / 3500) +acceleration_support = =math.ceil(acceleration_print * 2000 / 3500) +acceleration_support_bottom = =extruderValue(support_bottom_extruder_nr, 'acceleration_support_interface') +acceleration_support_interface = =acceleration_topbottom brim_replaces_support = False build_volume_temperature = =50 if extruders_enabled_count > 1 and (not support_enable or extruder_nr != support_extruder_nr) else 24 default_material_bed_temperature = =0 if extruders_enabled_count > 1 and (not support_enable or extruder_nr != support_extruder_nr) else 60 machine_nozzle_cool_down_speed = 0.75 machine_nozzle_heat_up_speed = 1.6 prime_tower_enable = =min(extruderValues('material_surface_energy')) < 100 +speed_prime_tower = =speed_topbottom +speed_support = =speed_wall_0 +speed_support_interface = =speed_topbottom +speed_wall_0 = =math.ceil(speed_wall * 20 / 30) support_angle = 45 support_bottom_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 2) * layer_height +support_bottom_height = =extruderValue(support_bottom_extruder_nr, 'support_interface_height') support_infill_sparse_thickness = =2 * layer_height support_interface_density = =min(extruderValues('material_surface_energy')) support_interface_enable = True support_top_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 1) * layer_height +switch_extruder_retraction_amount = =machine_heat_zone_length top_bottom_thickness = 1 diff --git a/resources/quality/ultimaker_s5/um_s5_bb0.4_bam_0.2mm.inst.cfg b/resources/quality/ultimaker_s5/um_s5_bb0.4_bam_0.2mm.inst.cfg index a197106d6b..8f8d7f0889 100644 --- a/resources/quality/ultimaker_s5/um_s5_bb0.4_bam_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_bb0.4_bam_0.2mm.inst.cfg @@ -12,6 +12,10 @@ variant = BB 0.4 weight = -2 [values] +acceleration_prime_tower = =math.ceil(acceleration_print * 2000 / 3500) +acceleration_support = =math.ceil(acceleration_print * 2000 / 3500) +acceleration_support_bottom = =extruderValue(support_bottom_extruder_nr, 'acceleration_support_interface') +acceleration_support_interface = =acceleration_topbottom brim_replaces_support = False build_volume_temperature = =50 if extruders_enabled_count > 1 and (not support_enable or extruder_nr != support_extruder_nr) else 24 default_material_bed_temperature = =0 if extruders_enabled_count > 1 and (not support_enable or extruder_nr != support_extruder_nr) else 60 @@ -19,13 +23,18 @@ 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 = =min(extruderValues('material_surface_energy')) < 100 +speed_prime_tower = =speed_topbottom +speed_support = =speed_wall_0 +speed_support_interface = =speed_topbottom 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) support_angle = 45 support_bottom_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 2) * layer_height +support_bottom_height = =extruderValue(support_bottom_extruder_nr, 'support_interface_height') support_interface_density = =min(extruderValues('material_surface_energy')) support_interface_enable = True support_top_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 2) * layer_height +switch_extruder_retraction_amount = =machine_heat_zone_length top_bottom_thickness = 1 diff --git a/resources/quality/ultimaker_s5/um_s5_bb0.4_bam_0.3mm.inst.cfg b/resources/quality/ultimaker_s5/um_s5_bb0.4_bam_0.3mm.inst.cfg index 7e1207377c..5561536af9 100644 --- a/resources/quality/ultimaker_s5/um_s5_bb0.4_bam_0.3mm.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_bb0.4_bam_0.3mm.inst.cfg @@ -13,6 +13,10 @@ variant = BB 0.4 weight = -3 [values] +acceleration_prime_tower = =math.ceil(acceleration_print * 2000 / 3500) +acceleration_support = =math.ceil(acceleration_print * 2000 / 3500) +acceleration_support_bottom = =extruderValue(support_bottom_extruder_nr, 'acceleration_support_interface') +acceleration_support_interface = =acceleration_topbottom brim_replaces_support = False build_volume_temperature = =50 if extruders_enabled_count > 1 and (not support_enable or extruder_nr != support_extruder_nr) else 24 default_material_bed_temperature = =0 if extruders_enabled_count > 1 and (not support_enable or extruder_nr != support_extruder_nr) else 60 @@ -20,13 +24,18 @@ 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 = =min(extruderValues('material_surface_energy')) < 100 +speed_prime_tower = =speed_topbottom +speed_support = =speed_wall_0 +speed_support_interface = =speed_topbottom 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) support_angle = 45 support_bottom_distance = 0.3 +support_bottom_height = =extruderValue(support_bottom_extruder_nr, 'support_interface_height') support_interface_density = =min(extruderValues('material_surface_energy')) support_interface_enable = True support_top_distance = 0.3 +switch_extruder_retraction_amount = =machine_heat_zone_length top_bottom_thickness = 1