increase outer wall linewidth when spiralize

This is mainly benefitting the AA04 0.3mm profiles. PP-115
This commit is contained in:
Rijk van Manen 2022-04-04 16:10:47 +02:00
parent 04d5d43372
commit 86d9afe96c
4 changed files with 4 additions and 0 deletions

View file

@ -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)

View file

@ -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)

View file

@ -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)

View file

@ -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)