mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 14:04:03 -06:00
Added the new high density infill pattern change
Relates to PP-50
This commit is contained in:
parent
763a7dd4f3
commit
7b4bc6958c
4 changed files with 8 additions and 0 deletions
|
@ -40,4 +40,6 @@ infill_line_width = =round(line_width * 0.42 / 0.35, 2)
|
|||
wall_thickness = =line_width * 3
|
||||
top_bottom_thickness = 0.9
|
||||
|
||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||
|
||||
raft_airgap = =0.25
|
||||
|
|
|
@ -40,4 +40,6 @@ infill_line_width = =round(line_width * 0.42 / 0.35, 2)
|
|||
wall_thickness = =line_width * 3
|
||||
top_bottom_thickness = 1.2
|
||||
|
||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||
|
||||
raft_airgap = =0.25
|
||||
|
|
|
@ -40,4 +40,6 @@ infill_line_width = =round(line_width * 0.42 / 0.35, 2)
|
|||
wall_thickness = =line_width * 3
|
||||
top_bottom_thickness = 0.9
|
||||
|
||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||
|
||||
raft_airgap = =0.25
|
||||
|
|
|
@ -40,4 +40,6 @@ infill_line_width = =round(line_width * 0.42 / 0.35, 2)
|
|||
wall_thickness = =line_width * 3
|
||||
top_bottom_thickness = 1.2
|
||||
|
||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||
|
||||
raft_airgap = =0.25
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue