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

@ -21,7 +21,7 @@ cool_min_speed = 4
gradual_infill_step_height = =5 * layer_height
infill_line_width = =round(line_width * 0.38 / 0.38, 2)
infill_overlap = 0
infill_pattern = cross_3d
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'cross_3d'
infill_sparse_density = 10
infill_wipe_dist = 0.1
jerk_enabled = True