Browse Source

Remove layer_height from um2+ extruder profiles.

I've also doublechecked if the type of these profiles matches up and updated them where needed.
Jaime van Kessel 6 years ago
parent
commit
ebcdcb4987

+ 0 - 1
resources/quality/ultimaker2_plus/pla_0.25_normal.inst.cfg

@@ -15,7 +15,6 @@ variant = 0.25 mm
 cool_min_layer_time = 5
 cool_min_speed = 10
 infill_sparse_density = 22
-layer_height = 0.06
 speed_layer_0 = =round(speed_print * 30 / 30)
 speed_print = 30
 top_bottom_thickness = 0.72

+ 0 - 1
resources/quality/ultimaker2_plus/pla_0.4_fast.inst.cfg

@@ -15,7 +15,6 @@ variant = 0.4 mm
 cool_min_layer_time = 5
 cool_min_speed = 10
 infill_sparse_density = 18
-layer_height = 0.15
 speed_layer_0 = =round(speed_print * 30 / 60)
 speed_print = 60
 speed_topbottom = =math.ceil(speed_print * 30 / 60)

+ 0 - 1
resources/quality/ultimaker2_plus/pla_0.4_high.inst.cfg

@@ -15,7 +15,6 @@ variant = 0.4 mm
 cool_min_layer_time = 5
 cool_min_speed = 10
 infill_sparse_density = 22
-layer_height = 0.06
 speed_layer_0 = =round(speed_print * 30 / 50)
 speed_print = 50
 speed_topbottom = =math.ceil(speed_print * 20 / 50)

+ 0 - 1
resources/quality/ultimaker2_plus/pla_0.4_normal.inst.cfg

@@ -15,7 +15,6 @@ variant = 0.4 mm
 cool_min_layer_time = 5
 cool_min_speed = 10
 infill_sparse_density = 20
-layer_height = 0.1
 speed_layer_0 = =round(speed_print * 30 / 50)
 speed_print = 50
 speed_topbottom = =math.ceil(speed_print * 20 / 50)

+ 1 - 2
resources/quality/ultimaker2_plus/pla_0.6_normal.inst.cfg

@@ -6,7 +6,7 @@ definition = ultimaker2_plus
 [metadata]
 setting_version = 6
 type = quality
-quality_type = normal
+quality_type = fast
 weight = 0
 material = generic_pla
 variant = 0.6 mm
@@ -15,7 +15,6 @@ variant = 0.6 mm
 cool_min_layer_time = 5
 cool_min_speed = 10
 infill_sparse_density = 20
-layer_height = 0.15
 speed_layer_0 = =round(speed_print * 30 / 55)
 speed_print = 55
 speed_topbottom = =math.ceil(speed_print * 20 / 55)

+ 1 - 2
resources/quality/ultimaker2_plus/pla_0.8_normal.inst.cfg

@@ -6,7 +6,7 @@ definition = ultimaker2_plus
 [metadata]
 setting_version = 6
 type = quality
-quality_type = fast
+quality_type = draft
 weight = -1
 material = generic_pla
 variant = 0.8 mm
@@ -15,7 +15,6 @@ variant = 0.8 mm
 cool_min_layer_time = 5
 cool_min_speed = 10
 infill_sparse_density = 20
-layer_height = 0.2
 speed_layer_0 = =round(speed_print * 30 / 40)
 speed_print = 40
 speed_wall_0 = =math.ceil(speed_print * 25 / 40)

+ 0 - 1
resources/quality/ultimaker2_plus/um2p_abs_0.25_normal.inst.cfg

@@ -17,7 +17,6 @@ cool_min_layer_time = 3
 cool_min_layer_time_fan_speed_max = 15
 cool_min_speed = 10
 infill_sparse_density = 22
-layer_height = 0.06
 speed_layer_0 = =round(speed_print * 30 / 30)
 speed_print = 30
 top_bottom_thickness = 0.72

+ 0 - 1
resources/quality/ultimaker2_plus/um2p_abs_0.4_fast.inst.cfg

@@ -17,7 +17,6 @@ cool_min_layer_time = 3
 cool_min_layer_time_fan_speed_max = 15
 cool_min_speed = 10
 infill_sparse_density = 18
-layer_height = 0.15
 speed_layer_0 = =round(speed_print * 30 / 55)
 speed_print = 55
 speed_topbottom = =math.ceil(speed_print * 30 / 55)

+ 0 - 1
resources/quality/ultimaker2_plus/um2p_abs_0.4_high.inst.cfg

@@ -17,7 +17,6 @@ cool_min_layer_time = 3
 cool_min_layer_time_fan_speed_max = 15
 cool_min_speed = 10
 infill_sparse_density = 22
-layer_height = 0.06
 speed_layer_0 = =round(speed_print * 30 / 45)
 speed_print = 45
 speed_wall = =math.ceil(speed_print * 30 / 45)

+ 0 - 1
resources/quality/ultimaker2_plus/um2p_abs_0.4_normal.inst.cfg

@@ -17,7 +17,6 @@ cool_min_layer_time = 3
 cool_min_layer_time_fan_speed_max = 15
 cool_min_speed = 10
 infill_sparse_density = 20
-layer_height = 0.1
 speed_layer_0 = =round(speed_print * 30 / 45)
 speed_print = 45
 speed_wall = =math.ceil(speed_print * 30 / 45)

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