mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 15:25:09 -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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue