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