mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 07:15:03 -06:00
change infill pattern to zigzag for >80% infill
This is done for all ultimaker profiles (PP-25).
This commit is contained in:
parent
35550fc1b4
commit
d3951a1a59
124 changed files with 124 additions and 124 deletions
|
@ -18,7 +18,7 @@ cool_fan_speed_max = 80
|
|||
cool_min_speed = 5
|
||||
infill_line_width = =round(line_width * 0.35 / 0.35, 2)
|
||||
infill_overlap = 0
|
||||
infill_pattern = triangles
|
||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||
infill_wipe_dist = 0
|
||||
jerk_enabled = True
|
||||
jerk_print = 25
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue