Added the new high density infill pattern change

Relates to PP-50
This commit is contained in:
p.kuiper 2021-12-09 08:16:16 +01:00
parent 763a7dd4f3
commit 7b4bc6958c
4 changed files with 8 additions and 0 deletions

View file

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

View file

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

View file

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

View file

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