mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 23:35:07 -06:00
entirely remove the top_thickness statement
This is a cleanup which will be investigated further in PP-23
This commit is contained in:
parent
adf83f002f
commit
59d3c6b165
2 changed files with 0 additions and 2 deletions
|
@ -23,6 +23,5 @@ speed_layer_0 = =math.ceil(speed_print * 20 / 60)
|
|||
speed_topbottom = =math.ceil(speed_print * 35 / 60)
|
||||
speed_wall = =math.ceil(speed_print * 45 / 60)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 35 / 45)
|
||||
top_thickness = =0.8 if infill_sparse_density < 30 else top_bottom_thickness
|
||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||
speed_infill = =math.ceil(speed_print * 50 / 60)
|
||||
|
|
|
@ -24,7 +24,6 @@ speed_layer_0 = =math.ceil(speed_print * 20 / 60)
|
|||
speed_topbottom = =math.ceil(speed_print * 35 / 60)
|
||||
speed_wall = =math.ceil(speed_print * 45 / 60)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 35 / 45)
|
||||
top_thickness = =0.8 if infill_sparse_density < 30 else top_bottom_thickness
|
||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||
speed_infill = =math.ceil(speed_print * 50 / 60)
|
||||
initial_layer_line_width_factor = 100
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue