Просмотр исходного кода

Update quality profiles from material research

This locks initial layer speed at 20, without scaling from the normal print speed. It also adjusts some jerk and speed of support infill.
Ghostkeeper 8 лет назад
Родитель
Сommit
050f76e11d

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

@@ -18,7 +18,7 @@ material_final_print_temperature = =material_print_temperature - 10
 prime_tower_size = 16
 skin_overlap = 20
 speed_print = 60
-speed_layer_0 = =round(speed_print * 30 / 60)
+speed_layer_0 = 20
 speed_topbottom = =math.ceil(speed_print * 35 / 60)
 speed_wall = =math.ceil(speed_print * 45 / 60)
 speed_wall_0 = =math.ceil(speed_wall * 35 / 45)

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

@@ -19,7 +19,7 @@ material_final_print_temperature = =material_print_temperature - 10
 material_standby_temperature = 100
 prime_tower_size = 16
 speed_print = 60
-speed_layer_0 = =round(speed_print * 30 / 60)
+speed_layer_0 = 20
 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)

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

@@ -19,7 +19,7 @@ material_initial_print_temperature = =material_print_temperature - 5
 material_final_print_temperature = =material_print_temperature - 10
 prime_tower_size = 16
 speed_print = 50
-speed_layer_0 = =round(speed_print * 30 / 50)
+speed_layer_0 = 20
 speed_topbottom = =math.ceil(speed_print * 30 / 50)
 speed_wall = =math.ceil(speed_print * 30 / 50)
 

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

@@ -17,7 +17,7 @@ material_final_print_temperature = =material_print_temperature - 10
 material_standby_temperature = 100
 prime_tower_size = 16
 speed_print = 55
-speed_layer_0 = =round(speed_print * 30 / 55)
+speed_layer_0 = 20
 speed_topbottom = =math.ceil(speed_print * 30 / 55)
 speed_wall = =math.ceil(speed_print * 30 / 55)
 

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

@@ -17,7 +17,7 @@ material_standby_temperature = 100
 prime_tower_size = 17
 skin_overlap = 20
 speed_print = 60
-speed_layer_0 = =round(speed_print * 30 / 60)
+speed_layer_0 = 20
 speed_topbottom = =math.ceil(speed_print * 35 / 60)
 speed_wall = =math.ceil(speed_print * 45 / 60)
 speed_wall_0 = =math.ceil(speed_wall * 35 / 45)

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

@@ -17,7 +17,7 @@ material_final_print_temperature = =material_print_temperature - 10
 material_standby_temperature = 100
 prime_tower_size = 17
 speed_print = 60
-speed_layer_0 = =round(speed_print * 30 / 60)
+speed_layer_0 = 20
 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)

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

@@ -19,7 +19,7 @@ material_final_print_temperature = =material_print_temperature - 10
 material_standby_temperature = 100
 prime_tower_size = 17
 speed_print = 50
-speed_layer_0 = =round(speed_print * 30 / 50)
+speed_layer_0 = 20
 speed_topbottom = =math.ceil(speed_print * 30 / 50)
 speed_wall = =math.ceil(speed_print * 30 / 50)
 

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

@@ -17,7 +17,7 @@ material_final_print_temperature = =material_print_temperature - 10
 material_standby_temperature = 100
 prime_tower_size = 17
 speed_print = 55
-speed_layer_0 = =round(speed_print * 30 / 55)
+speed_layer_0 = 20
 speed_topbottom = =math.ceil(speed_print * 30 / 55)
 speed_wall = =math.ceil(speed_print * 30 / 55)
 

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

@@ -18,6 +18,7 @@ material_print_temperature = =default_material_print_temperature + 5
 material_standby_temperature = 100
 prime_tower_enable = False
 skin_overlap = 20
+speed_layer_0 = 20
 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)

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

@@ -17,7 +17,7 @@ machine_nozzle_heat_up_speed = 1.6
 material_standby_temperature = 100
 prime_tower_enable = False
 speed_print = 80
-speed_layer_0 = =round(speed_print * 30 / 80)
+speed_layer_0 = 20
 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)

Некоторые файлы не были показаны из-за большого количества измененных файлов