mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 21:48:58 +08:00
increase outer wall linewidth when spiralize
This is mainly benefitting the AA04 0.3mm profiles. PP-115
This commit is contained in:
parent
04d5d43372
commit
86d9afe96c
@ -42,3 +42,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)
|
@ -42,3 +42,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)
|
@ -42,3 +42,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)
|
@ -42,3 +42,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…
x
Reference in New Issue
Block a user