mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 15:25:09 -06:00
Merge pull request #11767 from Ultimaker/PP-115_improve-default-linewidths
Pp 115 improve default linewidths
This commit is contained in:
commit
706c32706b
7 changed files with 6 additions and 6 deletions
|
@ -44,3 +44,4 @@ top_bottom_thickness = 0.9
|
|||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||
|
||||
raft_airgap = =0.25
|
||||
wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25)
|
|
@ -44,3 +44,4 @@ top_bottom_thickness = 1.2
|
|||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||
|
||||
raft_airgap = =0.25
|
||||
wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25)
|
|
@ -44,3 +44,4 @@ top_bottom_thickness = 0.9
|
|||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||
|
||||
raft_airgap = =0.25
|
||||
wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25)
|
|
@ -44,3 +44,4 @@ top_bottom_thickness = 1.2
|
|||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||
|
||||
raft_airgap = =0.25
|
||||
wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25)
|
Loading…
Add table
Add a link
Reference in a new issue