Browse Source

align cool_min_temperature and material_final_printing_temperature

Both the material_final_printing_temperature and the cool_min_temperature are 15deg lower as the printing temperature. Except for TPU and PP.
PP-71
Rijk van Manen 2 years ago
parent
commit
5aa7dcf62a

+ 0 - 5
resources/definitions/ultimaker2_plus_connect.def.json

@@ -101,11 +101,6 @@
         "machine_width": { "default_value": 223 },
         "material_bed_temperature": { "maximum_value": 110 },
         "material_bed_temperature_layer_0": { "maximum_value": 110 },
-        "material_final_print_temperature":
-        {
-            "maximum_value": 260,
-            "value": "material_print_temperature"
-        },
         "material_initial_print_temperature":
         {
             "maximum_value": 260,

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

@@ -14,7 +14,6 @@ weight = 0
 [values]
 cool_fan_speed = 40
 infill_overlap = =0 if infill_sparse_density > 80 else 15
-material_final_print_temperature = =material_print_temperature - 5
 retraction_prime_speed = 25
 speed_topbottom = =math.ceil(speed_print * 30 / 55)
 

+ 0 - 1
resources/quality/ultimaker3/um3_aa0.25_PLA_Normal_Quality.inst.cfg

@@ -17,7 +17,6 @@ infill_overlap = =0 if infill_sparse_density > 80 else 10
 infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'grid'
 machine_nozzle_cool_down_speed = 0.9
 machine_nozzle_heat_up_speed = 1.4
-material_final_print_temperature = =max(-273.15, material_print_temperature - 15)
 material_initial_print_temperature = =max(-273.15, material_print_temperature - 10)
 material_print_temperature = 190
 retraction_hop = 0.2

+ 0 - 1
resources/quality/ultimaker3/um3_aa0.25_TPLA_Normal_Quality.inst.cfg

@@ -17,7 +17,6 @@ infill_overlap = =0 if infill_sparse_density > 80 else 10
 infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'grid'
 machine_nozzle_cool_down_speed = 0.9
 machine_nozzle_heat_up_speed = 1.4
-material_final_print_temperature = =max(-273.15, material_print_temperature - 15)
 material_initial_print_temperature = =max(-273.15, material_print_temperature - 10)
 material_print_temperature = =default_material_print_temperature - 15
 skin_overlap = 5

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

@@ -14,7 +14,6 @@ weight = -2
 [values]
 machine_nozzle_cool_down_speed = 0.85
 machine_nozzle_heat_up_speed = 1.5
-material_final_print_temperature = =material_print_temperature - 10
 material_initial_print_temperature = =material_print_temperature - 5
 material_print_temperature = =default_material_print_temperature + 10
 prime_tower_enable = False

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

@@ -14,7 +14,6 @@ weight = -1
 [values]
 machine_nozzle_cool_down_speed = 0.85
 machine_nozzle_heat_up_speed = 1.5
-material_final_print_temperature = =material_print_temperature - 10
 material_initial_print_temperature = =material_print_temperature - 5
 material_print_temperature = =default_material_print_temperature + 5
 prime_tower_enable = False

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

@@ -14,7 +14,6 @@ weight = 1
 [values]
 machine_nozzle_cool_down_speed = 0.8
 machine_nozzle_heat_up_speed = 1.5
-material_final_print_temperature = =material_print_temperature - 10
 material_initial_print_temperature = =material_print_temperature - 5
 material_print_temperature = =default_material_print_temperature - 5
 prime_tower_enable = False

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

@@ -14,7 +14,6 @@ weight = 0
 [values]
 machine_nozzle_cool_down_speed = 0.85
 machine_nozzle_heat_up_speed = 1.5
-material_final_print_temperature = =material_print_temperature - 10
 material_initial_print_temperature = =material_print_temperature - 5
 prime_tower_enable = False
 speed_print = 55

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

@@ -17,7 +17,6 @@ infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
 infill_wipe_dist = 0
 layer_height = 0.2
 machine_min_cool_heat_time_window = 15
-material_final_print_temperature = =material_print_temperature - 10
 material_initial_print_temperature = =material_print_temperature - 5
 material_print_temperature = =default_material_print_temperature + 10
 multiple_mesh_overlap = 0

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

@@ -17,7 +17,6 @@ infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
 infill_wipe_dist = 0
 layer_height = 0.15
 machine_min_cool_heat_time_window = 15
-material_final_print_temperature = =material_print_temperature - 10
 material_initial_print_temperature = =material_print_temperature - 5
 material_print_temperature = =default_material_print_temperature + 10
 multiple_mesh_overlap = 0

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