Browse Source

Merge branch 'PP-104_respect-maximum-flow-AA08'

Ghostkeeper 2 years ago
parent
commit
af454600a2

+ 2 - 1
resources/quality/ultimaker3/um3_aa0.8_ABS_Superdraft_Print.inst.cfg

@@ -17,5 +17,6 @@ material_print_temperature = =default_material_print_temperature + 30
 material_standby_temperature = 100
 speed_print = 50
 speed_topbottom = =math.ceil(speed_print * 30 / 50)
-speed_wall = =math.ceil(speed_print * 40 / 50)
+speed_wall = =math.ceil(speed_print * 37 / 50)
 speed_wall_0 = =math.ceil(speed_wall * 30 / 40)
+speed_infill = =math.ceil(speed_print * 37 / 50)

+ 1 - 0
resources/quality/ultimaker3/um3_aa0.8_CPEP_Superdraft_Print.inst.cfg

@@ -31,6 +31,7 @@ speed_slowdown_layers = 8
 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)
+speed_infill = =math.ceil(speed_print * 40 / 50)
 support_bottom_distance = =support_z_distance
 support_z_distance = =layer_height
 top_bottom_thickness = 1.2

+ 2 - 1
resources/quality/ultimaker3/um3_aa0.8_CPE_Superdraft_Print.inst.cfg

@@ -19,5 +19,6 @@ material_standby_temperature = 100
 prime_tower_enable = True
 speed_print = 45
 speed_topbottom = =math.ceil(speed_print * 30 / 45)
-speed_wall = =math.ceil(speed_print * 40 / 45)
+speed_wall = =math.ceil(speed_print * 33 / 45)
 speed_wall_0 = =math.ceil(speed_wall * 30 / 40)
+speed_infill = =math.ceil(speed_print * 33 / 45)

+ 2 - 1
resources/quality/ultimaker3/um3_aa0.8_PC_Superdraft_Print.inst.cfg

@@ -26,5 +26,6 @@ speed_layer_0 = =math.ceil(speed_print * 15 / 50)
 speed_print = 50
 speed_slowdown_layers = 8
 speed_topbottom = =math.ceil(speed_print * 25 / 50)
-speed_wall = =math.ceil(speed_print * 40 / 50)
+speed_wall = =math.ceil(speed_print * 37 / 50)
 speed_wall_0 = =math.ceil(speed_wall * 30 / 40)
+speed_infill = =math.ceil(speed_print * 37 / 50)

+ 2 - 1
resources/quality/ultimaker3/um3_aa0.8_PETG_Superdraft_Print.inst.cfg

@@ -19,7 +19,8 @@ material_standby_temperature = 100
 prime_tower_enable = True
 speed_print = 45
 speed_topbottom = =math.ceil(speed_print * 30 / 45)
-speed_wall = =math.ceil(speed_print * 40 / 45)
+speed_wall = =math.ceil(speed_print * 33 / 45)
 speed_wall_0 = =math.ceil(speed_wall * 30 / 40)
+speed_infill = =math.ceil(speed_print * 33 / 45)
 retraction_combing_max_distance = 8
 retraction_combing = all

+ 2 - 1
resources/quality/ultimaker3/um3_aa0.8_PLA_Superdraft_Print.inst.cfg

@@ -29,9 +29,10 @@ raft_margin = 10
 retract_at_layer_change = False
 speed_print = 45
 speed_topbottom = =math.ceil(speed_print * 35 / 45)
-speed_wall = =math.ceil(speed_print * 40 / 45)
+speed_wall = =math.ceil(speed_print * 35 / 45)
 speed_wall_x = =speed_wall
 speed_wall_0 = =math.ceil(speed_wall * 35 / 40)
+speed_infill = =math.ceil(speed_print * 35 / 45)
 support_angle = 70
 support_pattern = ='triangles'
 support_xy_distance = =wall_line_width_0 * 1.5

+ 1 - 0
resources/quality/ultimaker3/um3_aa0.8_PP_Superdraft_Print.inst.cfg

@@ -33,6 +33,7 @@ retraction_min_travel = 1.5
 retraction_prime_speed = 15
 speed_travel = 300
 speed_wall_x = =math.ceil(speed_wall * 30 / 30)
+speed_infill = =math.ceil(speed_wall * 30 / 30)
 support_bottom_distance = =support_z_distance
 support_offset = =line_width
 switch_extruder_prime_speed = 15

+ 1 - 1
resources/quality/ultimaker3/um3_aa0.8_TPU_Draft_Print.inst.cfg

@@ -17,7 +17,7 @@ cool_min_layer_time_fan_speed_max = 6
 top_skin_expand_distance = =line_width * 2
 gradual_infill_step_height = =4 * layer_height
 infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'cross_3d'
-infill_sparse_density = 10
+infill_sparse_density = 15
 machine_nozzle_cool_down_speed = 0.5
 machine_nozzle_heat_up_speed = 2.5
 material_final_print_temperature = =material_print_temperature

+ 4 - 3
resources/quality/ultimaker3/um3_aa0.8_TPU_Superdraft_Print.inst.cfg

@@ -17,7 +17,7 @@ cool_min_layer_time_fan_speed_max = 6
 top_skin_expand_distance = =line_width * 2
 gradual_infill_step_height = =4 * layer_height
 infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'cross_3d'
-infill_sparse_density = 10
+infill_sparse_density = 15
 layer_height = 0.4
 machine_nozzle_cool_down_speed = 0.5
 machine_nozzle_heat_up_speed = 2.5
@@ -40,8 +40,9 @@ retraction_prime_speed = 15
 speed_print = 30
 speed_topbottom = =math.ceil(speed_print * 20 / 30)
 speed_travel = 300
-speed_wall = =math.ceil(speed_print * 30 / 30)
-speed_wall_x = =math.ceil(speed_wall * 30 / 30)
+speed_wall = =speed_print
+speed_wall_x = =speed_print
+speed_infill = =speed_print
 support_angle = 50
 support_bottom_distance = =support_z_distance
 support_offset = =line_width

+ 1 - 1
resources/quality/ultimaker3/um3_aa0.8_TPU_Verydraft_Print.inst.cfg

@@ -17,7 +17,7 @@ cool_min_layer_time_fan_speed_max = 6
 top_skin_expand_distance = =line_width * 2
 gradual_infill_step_height = =4 * layer_height
 infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'cross_3d'
-infill_sparse_density = 10
+infill_sparse_density = 15
 layer_height = 0.3
 machine_nozzle_cool_down_speed = 0.5
 machine_nozzle_heat_up_speed = 2.5

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