change infill pattern to zigzag for >80% infill

This is done for all ultimaker profiles (PP-25).
This commit is contained in:
Rijk van Manen 2021-11-15 15:29:40 +01:00
parent 35550fc1b4
commit d3951a1a59
124 changed files with 124 additions and 124 deletions

View file

@ -23,7 +23,7 @@ cool_min_speed = 6
infill_line_width = =round(line_width * 0.4 / 0.35, 2)
infill_overlap = 0
infill_overlap_mm = 0.05
infill_pattern = triangles
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
infill_wipe_dist = 0.1
jerk_enabled = True
jerk_print = 25