default linewidth = nozzle size

For arachne we have set all linewidths to nozzle size (in stead of a little smaller). the 0.3 profiles missed this refactor. PP-99
This commit is contained in:
Rijk van Manen 2021-12-23 14:57:52 +01:00
parent 46e9bf9db6
commit accdfd7671
4 changed files with 0 additions and 4 deletions

View file

@ -37,7 +37,6 @@ 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)
wall_thickness = =line_width * 3
top_bottom_thickness = 0.9

View file

@ -37,7 +37,6 @@ 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)
wall_thickness = =line_width * 3
top_bottom_thickness = 1.2