Merge pull request #11767 from Ultimaker/PP-115_improve-default-linewidths

Pp 115 improve default linewidths
This commit is contained in:
Jaime van Kessel 2022-04-07 11:09:55 +02:00 committed by GitHub
commit 706c32706b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 6 additions and 6 deletions

View file

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

View file

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

View file

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

View file

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