increase linewidth to machine nozzle size

0.3 profiles benefit from larger line width. PP-99
This commit is contained in:
Rijk van Manen 2021-12-23 14:48:31 +01:00
parent 306db978d9
commit 19821d8d68
4 changed files with 12 additions and 4 deletions

View File

@ -37,7 +37,9 @@ prime_tower_enable = False
skin_edge_support_thickness = =0.9 if infill_sparse_density < 30 else 0
skin_overlap = 20
infill_line_width = =round(line_width * 0.42 / 0.35, 2)
line_width = =machine_nozzle_size
wall_line_width_x = =line_width
infill_line_width = =line_width
wall_thickness = =line_width * 3
top_bottom_thickness = 0.9

View File

@ -37,7 +37,9 @@ prime_tower_enable = False
skin_edge_support_thickness = =0.9 if infill_sparse_density < 30 else 0
skin_overlap = 20
infill_line_width = =round(line_width * 0.42 / 0.35, 2)
line_width = =machine_nozzle_size
wall_line_width_x = =line_width
infill_line_width = =line_width
wall_thickness = =line_width * 3
top_bottom_thickness = 1.2

View File

@ -37,7 +37,9 @@ prime_tower_enable = False
skin_edge_support_thickness = =0.9 if infill_sparse_density < 30 else 0
skin_overlap = 20
infill_line_width = =round(line_width * 0.42 / 0.35, 2)
line_width = =machine_nozzle_size
wall_line_width_x = =line_width
infill_line_width = =line_width
wall_thickness = =line_width * 3
top_bottom_thickness = 0.9

View File

@ -37,7 +37,9 @@ prime_tower_enable = False
skin_edge_support_thickness = =0.9 if infill_sparse_density < 30 else 0
skin_overlap = 20
infill_line_width = =round(line_width * 0.42 / 0.35, 2)
line_width = =machine_nozzle_size
wall_line_width_x = =line_width
infill_line_width = =line_width
wall_thickness = =line_width * 3
top_bottom_thickness = 1.2