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

@ -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