mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
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:
parent
46e9bf9db6
commit
accdfd7671
4 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue