Cleanup of infill overlap setting. Make it 10% for S line machines and keep it 0% for the other machines. Removed all overwrites from the quality profiles.

Relates to: PP-336
This commit is contained in:
Paul Kuiper 2023-05-15 11:21:14 +02:00
parent 6a5a9e70af
commit ffbc7bb310
47 changed files with 1 additions and 50 deletions

View File

@ -45,6 +45,7 @@
"gradual_support_infill_step_height": { "value": "4 * layer_height" },
"gradual_support_infill_steps": { "value": "2 if support_interface_enable and support_structure != 'tree' else 0" },
"infill_material_flow": { "value": "(1.95-infill_sparse_density / 100 if infill_sparse_density > 95 else 1) * material_flow" },
"infill_overlap": { "value": "0 if infill_sparse_density > 80 else 10" },
"inset_direction": { "value": "'outside_in'" },
"jerk_infill": { "minimum_value_warning": 20 },
"jerk_prime_tower": { "minimum_value_warning": 20 },

View File

@ -65,7 +65,6 @@
"default_material_print_temperature": { "value": "200" },
"extruder_prime_pos_abs": { "default_value": true },
"gantry_height": { "value": "55" },
"infill_overlap": { "value": "0" },
"infill_pattern": { "value": "'zigzag' if infill_sparse_density > 80 else 'triangles'" },
"infill_wipe_dist": { "value": "0" },
"jerk_enabled": { "value": "True" },

View File

@ -64,7 +64,6 @@
"default_material_print_temperature": { "value": "200" },
"extruder_prime_pos_abs": { "default_value": true },
"gantry_height": { "value": "55" },
"infill_overlap": { "value": "0" },
"infill_pattern": { "value": "'zigzag' if infill_sparse_density > 80 else 'triangles'" },
"infill_wipe_dist": { "value": "0" },
"jerk_enabled": { "value": "True" },

View File

@ -12,6 +12,5 @@ variant = AA 0.25
weight = 0
[values]
infill_overlap = =0 if infill_sparse_density > 80 else 15
speed_topbottom = =math.ceil(speed_print * 30 / 55)

View File

@ -13,7 +13,6 @@ weight = 0
[values]
brim_width = 8
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

View File

@ -13,7 +13,6 @@ weight = 0
[values]
brim_width = 8
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

View File

@ -12,7 +12,6 @@ variant = AA 0.4
weight = 1
[values]
infill_overlap = 0
infill_wipe_dist = 0
machine_min_cool_heat_time_window = 15
machine_nozzle_cool_down_speed = 0.85

View File

@ -12,7 +12,6 @@ variant = AA 0.4
weight = -1
[values]
infill_overlap = 0
infill_wipe_dist = 0
machine_min_cool_heat_time_window = 15
material_print_temperature = =default_material_print_temperature + 10

View File

@ -12,7 +12,6 @@ variant = AA 0.4
weight = 0
[values]
infill_overlap = 0
infill_wipe_dist = 0
machine_min_cool_heat_time_window = 15
machine_nozzle_cool_down_speed = 0.85

View File

@ -12,7 +12,6 @@ variant = AA 0.4
weight = -2
[values]
infill_overlap = 0
infill_wipe_dist = 0
machine_min_cool_heat_time_window = 15
material_print_temperature = =default_material_print_temperature + 10

View File

@ -13,8 +13,6 @@ weight = 1
[values]
brim_width = 20
infill_overlap = 0
infill_overlap_mm = =0 if infill_sparse_density > 80 else 0.05
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
infill_wipe_dist = 0.1
machine_min_cool_heat_time_window = 15

View File

@ -13,7 +13,6 @@ weight = -1
[values]
brim_width = 20
infill_overlap_mm = =0 if infill_sparse_density > 80 else 0.05
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
infill_wipe_dist = 0.1
machine_min_cool_heat_time_window = 15

View File

@ -13,7 +13,6 @@ weight = 0
[values]
brim_width = 20
infill_overlap = 0
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
infill_wipe_dist = 0.1
machine_min_cool_heat_time_window = 15

View File

@ -13,8 +13,6 @@ weight = -2
[values]
brim_width = 20
infill_overlap = 0
infill_overlap_mm = =0 if infill_sparse_density > 80 else 0.05
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
infill_wipe_dist = 0.1
machine_min_cool_heat_time_window = 15

View File

@ -13,7 +13,6 @@ weight = -1
[values]
brim_width = 20
infill_overlap = 0
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'tetrahedral'
infill_wipe_dist = 0.1
machine_min_cool_heat_time_window = 15

View File

@ -13,7 +13,6 @@ weight = 0
[values]
brim_width = 20
infill_overlap = 0
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'tetrahedral'
infill_wipe_dist = 0.1
machine_min_cool_heat_time_window = 15

View File

@ -13,7 +13,6 @@ weight = -2
[values]
brim_width = 20
infill_overlap = 0
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'tetrahedral'
infill_wipe_dist = 0.1
machine_min_cool_heat_time_window = 15

View File

@ -14,7 +14,6 @@ weight = -1
[values]
brim_width = 8.75
gradual_infill_step_height = =5 * layer_height
infill_overlap = 0
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'cross_3d'
infill_sparse_density = 10
infill_wipe_dist = 0.1

View File

@ -14,7 +14,6 @@ weight = 0
[values]
brim_width = 8.75
gradual_infill_step_height = =5 * layer_height
infill_overlap = 0
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'cross_3d'
infill_sparse_density = 10
infill_wipe_dist = 0.1

View File

@ -14,7 +14,6 @@ weight = -2
[values]
brim_width = 8.75
gradual_infill_step_height = =5 * layer_height
infill_overlap = 0
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'cross_3d'
infill_sparse_density = 10
infill_wipe_dist = 0.1

View File

@ -12,6 +12,5 @@ variant = AA 0.25
weight = 0
[values]
infill_overlap = =0 if infill_sparse_density > 80 else 15
speed_topbottom = =math.ceil(speed_print * 30 / 55)

View File

@ -13,7 +13,6 @@ weight = 0
[values]
brim_width = 8
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

View File

@ -13,7 +13,6 @@ weight = 0
[values]
brim_width = 8
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

View File

@ -12,7 +12,6 @@ variant = AA 0.4
weight = 1
[values]
infill_overlap = 0
infill_wipe_dist = 0
machine_min_cool_heat_time_window = 15
machine_nozzle_cool_down_speed = 0.85

View File

@ -12,7 +12,6 @@ variant = AA 0.4
weight = -1
[values]
infill_overlap = 0
infill_wipe_dist = 0
machine_min_cool_heat_time_window = 15
material_print_temperature = =default_material_print_temperature + 10

View File

@ -12,7 +12,6 @@ variant = AA 0.4
weight = 0
[values]
infill_overlap = 0
infill_wipe_dist = 0
machine_min_cool_heat_time_window = 15
machine_nozzle_cool_down_speed = 0.85

View File

@ -12,7 +12,6 @@ variant = AA 0.4
weight = -2
[values]
infill_overlap = 0
infill_wipe_dist = 0
machine_min_cool_heat_time_window = 15
material_print_temperature = =default_material_print_temperature + 10

View File

@ -13,8 +13,6 @@ weight = 1
[values]
brim_width = 20
infill_overlap = 0
infill_overlap_mm = =0 if infill_sparse_density > 80 else 0.05
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
infill_wipe_dist = 0.1
machine_min_cool_heat_time_window = 15

View File

@ -13,7 +13,6 @@ weight = -1
[values]
brim_width = 20
infill_overlap_mm = =0 if infill_sparse_density > 80 else 0.05
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
infill_wipe_dist = 0.1
machine_min_cool_heat_time_window = 15

View File

@ -13,7 +13,6 @@ weight = 0
[values]
brim_width = 20
infill_overlap = 0
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
infill_wipe_dist = 0.1
machine_min_cool_heat_time_window = 15

View File

@ -13,8 +13,6 @@ weight = -2
[values]
brim_width = 20
infill_overlap = 0
infill_overlap_mm = =0 if infill_sparse_density > 80 else 0.05
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
infill_wipe_dist = 0.1
machine_min_cool_heat_time_window = 15

View File

@ -13,7 +13,6 @@ weight = -1
[values]
brim_width = 20
infill_overlap = 0
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'tetrahedral'
infill_wipe_dist = 0.1
machine_min_cool_heat_time_window = 15

View File

@ -13,7 +13,6 @@ weight = 0
[values]
brim_width = 20
infill_overlap = 0
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'tetrahedral'
infill_wipe_dist = 0.1
machine_min_cool_heat_time_window = 15

View File

@ -13,7 +13,6 @@ weight = -2
[values]
brim_width = 20
infill_overlap = 0
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'tetrahedral'
infill_wipe_dist = 0.1
machine_min_cool_heat_time_window = 15

View File

@ -14,7 +14,6 @@ weight = -1
[values]
brim_width = 8.75
gradual_infill_step_height = =5 * layer_height
infill_overlap = 0
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'cross_3d'
infill_sparse_density = 10
infill_wipe_dist = 0.1

View File

@ -14,7 +14,6 @@ weight = 0
[values]
brim_width = 8.75
gradual_infill_step_height = =5 * layer_height
infill_overlap = 0
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'cross_3d'
infill_sparse_density = 10
infill_wipe_dist = 0.1

View File

@ -14,7 +14,6 @@ weight = -2
[values]
brim_width = 8.75
gradual_infill_step_height = =5 * layer_height
infill_overlap = 0
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'cross_3d'
infill_sparse_density = 10
infill_wipe_dist = 0.1

View File

@ -12,7 +12,6 @@ type = variant
brim_width = 7
cool_fan_speed = 7
default_material_print_temperature = 200
infill_overlap = 0
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
infill_wipe_dist = 0
jerk_print = 25

View File

@ -16,7 +16,6 @@ acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 /
acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000)
brim_width = 3
cool_fan_speed = 50
infill_overlap = 0
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
infill_wipe_dist = 0
jerk_print = 25

View File

@ -12,7 +12,6 @@ type = variant
brim_width = 7
cool_fan_speed = 7
default_material_print_temperature = 200
infill_overlap = 0
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
infill_wipe_dist = 0
jerk_print = 25

View File

@ -16,7 +16,6 @@ acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 /
acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000)
brim_width = 3
cool_fan_speed = 50
infill_overlap = 0
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
infill_wipe_dist = 0
jerk_print = 25

View File

@ -12,7 +12,6 @@ type = variant
brim_width = 7
cool_fan_speed = 7
default_material_print_temperature = 200
infill_overlap = 0
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
infill_wipe_dist = 0
jerk_print = 25

View File

@ -15,7 +15,6 @@ acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 /
acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000)
brim_width = 3
cool_fan_speed = 50
infill_overlap = 0
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
infill_wipe_dist = 0
jerk_print = 25

View File

@ -12,7 +12,6 @@ type = variant
brim_width = 7
cool_fan_speed = 7
default_material_print_temperature = 200
infill_overlap = 0
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
infill_wipe_dist = 0
jerk_print = 25

View File

@ -15,7 +15,6 @@ acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 /
acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000)
brim_width = 3
cool_fan_speed = 50
infill_overlap = 0
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
infill_wipe_dist = 0
jerk_print = 25

View File

@ -12,7 +12,6 @@ type = variant
brim_width = 7
cool_fan_speed = 7
default_material_print_temperature = 200
infill_overlap = 0
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
infill_wipe_dist = 0
jerk_print = 25

View File

@ -15,7 +15,6 @@ acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 /
acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000)
brim_width = 3
cool_fan_speed = 50
infill_overlap = 0
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
infill_wipe_dist = 0
jerk_print = 25