Browse Source

default max comb distance = 15mm

All ultimaker profiles get a default max combing distance of 15mm to avoid oozing in the infill. Profile/material specific settings are removed. PP-69
Rijk van Manen 2 years ago
parent
commit
fff03deefa

+ 1 - 0
resources/definitions/ultimaker.def.json

@@ -86,6 +86,7 @@
             "enabled": false
         },
         "retraction_combing": { "value": "'no_outer_surfaces'" },
+        "retraction_combing_max_distance": { "value": 15 },
         "retraction_count_max": { "value": 25 },
         "retraction_extrusion_window": { "value": 1 },
         "roofing_layer_count": { "value": "1" },

+ 1 - 2
resources/quality/ultimaker2_plus_connect/um2pc_cpe_0.25_normal.inst.cfg

@@ -18,5 +18,4 @@ cool_min_layer_time_fan_speed_max = 15
 cool_min_speed = 15
 infill_sparse_density = 20
 speed_print = 30
-top_bottom_thickness = 0.72
-retraction_combing_max_distance = 50
+top_bottom_thickness = 0.72

+ 0 - 1
resources/quality/ultimaker2_plus_connect/um2pc_cpe_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 = 20
-retraction_combing_max_distance = 50
 retraction_prime_speed = =retraction_speed
 speed_print = 45
 speed_travel = 150

+ 0 - 1
resources/quality/ultimaker2_plus_connect/um2pc_cpe_0.4_high.inst.cfg

@@ -17,7 +17,6 @@ cool_min_layer_time = 2
 cool_min_layer_time_fan_speed_max = 15
 cool_min_speed = 15
 infill_sparse_density = 20
-retraction_combing_max_distance = 50
 retraction_prime_speed = =retraction_speed
 speed_print = 45
 speed_wall = =math.ceil(speed_print * 30 / 45)

+ 0 - 1
resources/quality/ultimaker2_plus_connect/um2pc_cpe_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
-retraction_combing_max_distance = 50
 retraction_prime_speed = =retraction_speed
 speed_print = 45
 speed_wall = =math.ceil(speed_print * 30 / 45)

+ 0 - 1
resources/quality/ultimaker2_plus_connect/um2pc_cpe_0.6_normal.inst.cfg

@@ -17,7 +17,6 @@ cool_min_layer_time = 5
 cool_min_layer_time_fan_speed_max = 20
 cool_min_speed = 8
 infill_sparse_density = 20
-retraction_combing_max_distance = 50
 retraction_prime_speed = =retraction_speed
 speed_print = 40
 top_bottom_thickness = 1.2

+ 1 - 2
resources/quality/ultimaker2_plus_connect/um2pc_cpe_0.8_normal.inst.cfg

@@ -18,5 +18,4 @@ cool_min_layer_time_fan_speed_max = 25
 cool_min_speed = 8
 infill_sparse_density = 20
 speed_print = 40
-top_bottom_thickness = 1.2
-retraction_combing_max_distance = 50
+top_bottom_thickness = 1.2

+ 0 - 1
resources/quality/ultimaker2_plus_connect/um2pc_cpep_0.4_draft.inst.cfg

@@ -20,7 +20,6 @@ infill_overlap = =0 if infill_sparse_density > 80 else 5
 infill_sparse_density = 20
 layer_0_z_overlap = 0.22
 raft_airgap = 0.37
-retraction_combing_max_distance = 50
 retraction_prime_speed = =retraction_speed
 speed_print = 25
 speed_topbottom = =math.ceil(speed_print * 20 / 25)

+ 0 - 1
resources/quality/ultimaker2_plus_connect/um2pc_cpep_0.4_normal.inst.cfg

@@ -20,7 +20,6 @@ infill_overlap = =0 if infill_sparse_density > 80 else 5
 infill_sparse_density = 20
 layer_0_z_overlap = 0.22
 raft_airgap = 0.37
-retraction_combing_max_distance = 50
 retraction_prime_speed = =retraction_speed
 speed_print = 35
 speed_topbottom = =math.ceil(speed_print * 20 / 35)

+ 0 - 1
resources/quality/ultimaker2_plus_connect/um2pc_cpep_0.6_draft.inst.cfg

@@ -20,7 +20,6 @@ infill_overlap = =0 if infill_sparse_density > 80 else 5
 infill_sparse_density = 20
 layer_0_z_overlap = 0.22
 raft_airgap = 0.37
-retraction_combing_max_distance = 50
 retraction_prime_speed = =retraction_speed
 speed_print = 25
 speed_topbottom = =math.ceil(speed_print * 20 / 25)

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