Browse Source

Merge pull request #4782 from Ultimaker/M&P-Setting-Optimization

CPE and CPE+ Comb retractions and ABS first layer temperature.
Diego Prado Gesto 6 years ago
parent
commit
3593b7f152

+ 1 - 0
resources/quality/ultimaker3/um3_aa0.4_ABS_High_Quality.inst.cfg

@@ -17,6 +17,7 @@ machine_nozzle_cool_down_speed = 0.8
 machine_nozzle_heat_up_speed = 1.5
 material_standby_temperature = 100
 material_print_temperature = =default_material_print_temperature - 5
+material_print_temperature_layer_0 = =material_print_temperature + 15
 material_initial_print_temperature = =material_print_temperature - 5
 material_final_print_temperature = =material_print_temperature - 10
 prime_tower_enable = False

+ 1 - 0
resources/quality/ultimaker3/um3_aa0.4_ABS_Normal_Quality.inst.cfg

@@ -14,6 +14,7 @@ variant = AA 0.4
 [values]
 machine_nozzle_cool_down_speed = 0.85
 machine_nozzle_heat_up_speed = 1.5
+material_print_temperature_layer_0 = =material_print_temperature + 10
 material_initial_print_temperature = =material_print_temperature - 5
 material_final_print_temperature = =material_print_temperature - 10
 material_standby_temperature = 100

+ 1 - 0
resources/quality/ultimaker_s5/um_s5_aa0.25_CPE_Normal_Quality.inst.cfg

@@ -12,6 +12,7 @@ material = generic_cpe
 variant = AA 0.25
 
 [values]
+retraction_combing_max_distance = 50
 retraction_extrusion_window = 0.5
 speed_infill = =math.ceil(speed_print * 40 / 55)
 speed_topbottom = =math.ceil(speed_print * 30 / 55)

+ 1 - 1
resources/quality/ultimaker_s5/um_s5_aa0.4_CPEP_Draft_Print.inst.cfg

@@ -29,7 +29,7 @@ material_print_temperature_layer_0 = =material_print_temperature
 multiple_mesh_overlap = 0
 prime_tower_enable = True
 prime_tower_wipe_enabled = True
-retraction_combing = off
+retraction_combing_max_distance = 50
 retraction_extrusion_window = 1
 retraction_hop = 0.2
 retraction_hop_enabled = False

+ 1 - 1
resources/quality/ultimaker_s5/um_s5_aa0.4_CPEP_Fast_Print.inst.cfg

@@ -29,7 +29,7 @@ material_print_temperature_layer_0 = =material_print_temperature
 multiple_mesh_overlap = 0
 prime_tower_enable = True
 prime_tower_wipe_enabled = True
-retraction_combing = off
+retraction_combing_max_distance = 50
 retraction_extrusion_window = 1
 retraction_hop = 0.2
 retraction_hop_enabled = False

+ 1 - 1
resources/quality/ultimaker_s5/um_s5_aa0.4_CPEP_High_Quality.inst.cfg

@@ -31,7 +31,7 @@ material_print_temperature_layer_0 = =material_print_temperature
 multiple_mesh_overlap = 0
 prime_tower_enable = True
 prime_tower_wipe_enabled = True
-retraction_combing = off
+retraction_combing_max_distance = 50
 retraction_extrusion_window = 1
 retraction_hop = 0.2
 retraction_hop_enabled = False

+ 1 - 1
resources/quality/ultimaker_s5/um_s5_aa0.4_CPEP_Normal_Quality.inst.cfg

@@ -31,7 +31,7 @@ material_print_temperature_layer_0 = =material_print_temperature
 multiple_mesh_overlap = 0
 prime_tower_enable = True
 prime_tower_wipe_enabled = True
-retraction_combing = off
+retraction_combing_max_distance = 50
 retraction_extrusion_window = 1
 retraction_hop = 0.2
 retraction_hop_enabled = False

+ 2 - 1
resources/quality/ultimaker_s5/um_s5_aa0.4_CPE_Draft_Print.inst.cfg

@@ -15,6 +15,7 @@ variant = AA 0.4
 material_print_temperature = =default_material_print_temperature + 10
 material_initial_print_temperature = =material_print_temperature - 5
 material_final_print_temperature = =material_print_temperature - 10
+retraction_combing_max_distance = 50
 skin_overlap = 20
 speed_print = 60
 speed_layer_0 = =math.ceil(speed_print * 20 / 60)
@@ -24,5 +25,5 @@ speed_wall_0 = =math.ceil(speed_wall * 35 / 45)
 wall_thickness = 1
 
 
-infill_pattern = zigzag
+infill_pattern = triangles
 speed_infill = =math.ceil(speed_print * 50 / 60)

+ 2 - 1
resources/quality/ultimaker_s5/um_s5_aa0.4_CPE_Fast_Print.inst.cfg

@@ -16,11 +16,12 @@ cool_min_speed = 7
 material_print_temperature = =default_material_print_temperature + 5
 material_initial_print_temperature = =material_print_temperature - 5
 material_final_print_temperature = =material_print_temperature - 10
+retraction_combing_max_distance = 50
 speed_print = 60
 speed_layer_0 = =math.ceil(speed_print * 20 / 60)
 speed_topbottom = =math.ceil(speed_print * 30 / 60)
 speed_wall = =math.ceil(speed_print * 40 / 60)
 speed_wall_0 = =math.ceil(speed_wall * 30 / 40)
 
-infill_pattern = zigzag
+infill_pattern = triangles
 speed_infill = =math.ceil(speed_print * 50 / 60)

+ 2 - 1
resources/quality/ultimaker_s5/um_s5_aa0.4_CPE_High_Quality.inst.cfg

@@ -18,10 +18,11 @@ machine_nozzle_heat_up_speed = 1.5
 material_print_temperature = =default_material_print_temperature - 5
 material_initial_print_temperature = =material_print_temperature - 5
 material_final_print_temperature = =material_print_temperature - 10
+retraction_combing_max_distance = 50
 speed_print = 50
 speed_layer_0 = =math.ceil(speed_print * 20 / 50)
 speed_topbottom = =math.ceil(speed_print * 30 / 50)
 speed_wall = =math.ceil(speed_print * 30 / 50)
 
-infill_pattern = zigzag
+infill_pattern = triangles
 speed_infill = =math.ceil(speed_print * 40 / 50)

Some files were not shown because too many files changed in this diff