mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-19 23:19:13 +08: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
@ -23,6 +23,5 @@ speed_layer_0 = =math.ceil(speed_print * 20 / 60)
|
|||||||
speed_topbottom = =math.ceil(speed_print * 35 / 60)
|
speed_topbottom = =math.ceil(speed_print * 35 / 60)
|
||||||
speed_wall = =math.ceil(speed_print * 45 / 60)
|
speed_wall = =math.ceil(speed_print * 45 / 60)
|
||||||
speed_wall_0 = =math.ceil(speed_wall * 35 / 45)
|
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'
|
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||||
speed_infill = =math.ceil(speed_print * 50 / 60)
|
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_topbottom = =math.ceil(speed_print * 35 / 60)
|
||||||
speed_wall = =math.ceil(speed_print * 45 / 60)
|
speed_wall = =math.ceil(speed_print * 45 / 60)
|
||||||
speed_wall_0 = =math.ceil(speed_wall * 35 / 45)
|
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'
|
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||||
speed_infill = =math.ceil(speed_print * 50 / 60)
|
speed_infill = =math.ceil(speed_print * 50 / 60)
|
||||||
initial_layer_line_width_factor = 100
|
initial_layer_line_width_factor = 100
|
||||||
|
Loading…
x
Reference in New Issue
Block a user