Browse Source

Remove duplicate settings from quality profiles

After https://github.com/Ultimaker/Cura/pull/8684 raft_airgap and speed_layer_0 existed twice in some of the quality profiles.
This commit fixes that by removing the old (calculated) values.
Kostas Karmas 4 years ago
parent
commit
f18c274825

+ 1 - 2
resources/quality/ultimaker_s3/um_s3_aa0.25_Nylon_Normal_Quality.inst.cfg

@@ -19,7 +19,7 @@ machine_nozzle_cool_down_speed = 0.9
 machine_nozzle_heat_up_speed = 1.4
 ooze_shield_angle = 40
 raft_acceleration = =acceleration_layer_0
-raft_airgap = =round(layer_height_0 * 0.85, 2)
+raft_airgap = 0.4
 raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 3)
 raft_jerk = =jerk_layer_0
 raft_margin = 10
@@ -33,6 +33,5 @@ switch_extruder_prime_speed = 30
 switch_extruder_retraction_amount = 30
 switch_extruder_retraction_speeds = 40
 wall_line_width_x = =wall_line_width
-raft_airgap = 0.4
 raft_surface_speed = 45
 speed_layer_0 = 10

+ 1 - 2
resources/quality/ultimaker_s3/um_s3_aa0.4_ABS_Draft_Print.inst.cfg

@@ -20,7 +20,7 @@ material_final_print_temperature = =material_print_temperature - 20
 prime_tower_enable = False
 skin_overlap = 20
 speed_print = 60
-speed_layer_0 = =math.ceil(speed_print * 20 / 60)
+speed_layer_0 = 10
 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)
@@ -30,4 +30,3 @@ infill_line_width = =round(line_width * 0.4 / 0.35, 2)
 speed_infill = =math.ceil(speed_print * 50 / 60)
 
 raft_airgap = 0.15
-speed_layer_0 = 10

+ 1 - 2
resources/quality/ultimaker_s3/um_s3_aa0.4_ABS_Fast_Print.inst.cfg

@@ -20,7 +20,7 @@ material_initial_print_temperature = =material_print_temperature - 15
 material_final_print_temperature = =material_print_temperature - 20
 prime_tower_enable = False
 speed_print = 60
-speed_layer_0 = =math.ceil(speed_print * 20 / 60)
+speed_layer_0 = 10
 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)
@@ -29,4 +29,3 @@ infill_line_width = =round(line_width * 0.4 / 0.35, 2)
 speed_infill = =math.ceil(speed_print * 45 / 60)
 
 raft_airgap = 0.15
-speed_layer_0 = 10

+ 1 - 2
resources/quality/ultimaker_s3/um_s3_aa0.4_ABS_High_Quality.inst.cfg

@@ -20,7 +20,7 @@ material_initial_print_temperature = =material_print_temperature - 15
 material_final_print_temperature = =material_print_temperature - 20
 prime_tower_enable = False
 speed_print = 50
-speed_layer_0 = =math.ceil(speed_print * 20 / 50)
+speed_layer_0 = 10
 speed_topbottom = =math.ceil(speed_print * 30 / 50)
 speed_wall = =math.ceil(speed_print * 30 / 50)
 
@@ -28,4 +28,3 @@ infill_line_width = =round(line_width * 0.4 / 0.35, 2)
 speed_infill = =math.ceil(speed_print * 40 / 50)
 
 raft_airgap = 0.15
-speed_layer_0 = 10

+ 1 - 2
resources/quality/ultimaker_s3/um_s3_aa0.4_ABS_Normal_Quality.inst.cfg

@@ -19,7 +19,7 @@ material_initial_print_temperature = =material_print_temperature - 15
 material_final_print_temperature = =material_print_temperature - 20
 prime_tower_enable = False
 speed_print = 55
-speed_layer_0 = =math.ceil(speed_print * 20 / 55)
+speed_layer_0 = 10
 speed_topbottom = =math.ceil(speed_print * 30 / 55)
 speed_wall = =math.ceil(speed_print * 30 / 55)
 
@@ -27,4 +27,3 @@ infill_line_width = =round(line_width * 0.4 / 0.35, 2)
 speed_infill = =math.ceil(speed_print * 40 / 55)
 
 raft_airgap = 0.15
-speed_layer_0 = 10

+ 2 - 4
resources/quality/ultimaker_s3/um_s3_aa0.4_Nylon_Draft_Print.inst.cfg

@@ -23,13 +23,13 @@ material_final_print_temperature = =material_print_temperature - 10
 material_standby_temperature = 100
 ooze_shield_angle = 40
 raft_acceleration = =acceleration_layer_0
-raft_airgap = =round(layer_height_0 * 0.85, 2)
+raft_airgap = 0.4
 raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 2)
 raft_jerk = =jerk_layer_0
 raft_margin = 10
 raft_surface_thickness = =round(machine_nozzle_size * 0.2 / 0.4, 2)
 skin_overlap = 50
-speed_layer_0 = =math.ceil(speed_print * 20 / 70)
+speed_layer_0 = 10
 switch_extruder_prime_speed = 30
 switch_extruder_retraction_amount = 30
 switch_extruder_retraction_speeds = 40
@@ -37,6 +37,4 @@ wall_line_width_x = =wall_line_width
 
 jerk_travel = 50
 
-raft_airgap = 0.4
 raft_surface_speed = 45
-speed_layer_0 = 10

+ 2 - 4
resources/quality/ultimaker_s3/um_s3_aa0.4_Nylon_Fast_Print.inst.cfg

@@ -23,13 +23,13 @@ material_final_print_temperature = =material_print_temperature - 10
 material_standby_temperature = 100
 ooze_shield_angle = 40
 raft_acceleration = =acceleration_layer_0
-raft_airgap = =round(layer_height_0 * 0.85, 2)
+raft_airgap = 0.4
 raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 2)
 raft_jerk = =jerk_layer_0
 raft_margin = 10
 raft_surface_thickness = =round(machine_nozzle_size * 0.2 / 0.4, 2)
 skin_overlap = 50
-speed_layer_0 = =math.ceil(speed_print * 20 / 70)
+speed_layer_0 = 10
 switch_extruder_prime_speed = 30
 switch_extruder_retraction_amount = 30
 switch_extruder_retraction_speeds = 40
@@ -37,6 +37,4 @@ wall_line_width_x = =wall_line_width
 
 jerk_travel = 50
 
-raft_airgap = 0.4
 raft_surface_speed = 45
-speed_layer_0 = 10

+ 2 - 4
resources/quality/ultimaker_s3/um_s3_aa0.4_Nylon_High_Quality.inst.cfg

@@ -22,13 +22,13 @@ material_final_print_temperature = =material_print_temperature - 10
 material_standby_temperature = 100
 ooze_shield_angle = 40
 raft_acceleration = =acceleration_layer_0
-raft_airgap = =round(layer_height_0 * 0.85, 2)
+raft_airgap = 0.4
 raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 2)
 raft_jerk = =jerk_layer_0
 raft_margin = 10
 raft_surface_thickness = =round(machine_nozzle_size * 0.2 / 0.4, 2)
 skin_overlap = 50
-speed_layer_0 = =math.ceil(speed_print * 20 / 70)
+speed_layer_0 = 10
 switch_extruder_prime_speed = 30
 switch_extruder_retraction_amount = 30
 switch_extruder_retraction_speeds = 40
@@ -36,6 +36,4 @@ wall_line_width_x = =wall_line_width
 
 jerk_travel = 50
 
-raft_airgap = 0.4
 raft_surface_speed = 45
-speed_layer_0 = 10

+ 2 - 4
resources/quality/ultimaker_s3/um_s3_aa0.4_Nylon_Normal_Quality.inst.cfg

@@ -22,13 +22,13 @@ material_final_print_temperature = =material_print_temperature - 10
 material_standby_temperature = 100
 ooze_shield_angle = 40
 raft_acceleration = =acceleration_layer_0
-raft_airgap = =round(layer_height_0 * 0.85, 2)
+raft_airgap = 0.4
 raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 2)
 raft_jerk = =jerk_layer_0
 raft_margin = 10
 raft_surface_thickness = =round(machine_nozzle_size * 0.2 / 0.4, 2)
 skin_overlap = 50
-speed_layer_0 = =math.ceil(speed_print * 20 / 70)
+speed_layer_0 = 10
 switch_extruder_prime_speed = 30
 switch_extruder_retraction_amount = 30
 switch_extruder_retraction_speeds = 40
@@ -36,6 +36,4 @@ wall_line_width_x = =wall_line_width
 
 jerk_travel = 50
 
-raft_airgap = 0.4
 raft_surface_speed = 45
-speed_layer_0 = 10

+ 1 - 2
resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_Draft_Print.inst.cfg

@@ -20,7 +20,7 @@ material_print_temperature = =default_material_print_temperature + 5
 material_standby_temperature = 100
 prime_tower_enable = False
 skin_overlap = 20
-speed_layer_0 = =math.ceil(speed_print * 20 / 70)
+speed_layer_0 = 10
 speed_topbottom = =math.ceil(speed_print * 40 / 70)
 speed_wall = =math.ceil(speed_print * 55 / 70)
 speed_wall_0 = =math.ceil(speed_wall * 45 / 50)
@@ -35,4 +35,3 @@ acceleration_wall = 2000
 acceleration_wall_0 = 2000
 
 raft_airgap = 0.25
-speed_layer_0 = 10

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