FIX: redo prepare_infill when change infill dir
As title jira:NEW Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: I1f59ea5ab44835ea14e690d836e76b5c1ef7340e
This commit is contained in:
parent
dcad7cc93d
commit
0e1eafecbe
|
@ -831,6 +831,7 @@ bool PrintObject::invalidate_state_by_config_options(
|
|||
|| opt_key == "sparse_infill_filament"
|
||||
|| opt_key == "solid_infill_filament"
|
||||
|| opt_key == "sparse_infill_line_width"
|
||||
|| opt_key == "infill_direction"
|
||||
|| opt_key == "ensure_vertical_shell_thickness"
|
||||
|| opt_key == "bridge_angle"
|
||||
//BBS
|
||||
|
@ -841,7 +842,6 @@ bool PrintObject::invalidate_state_by_config_options(
|
|||
|| opt_key == "bottom_surface_pattern"
|
||||
|| opt_key == "internal_solid_infill_pattern"
|
||||
|| opt_key == "external_fill_link_max_length"
|
||||
|| opt_key == "infill_direction"
|
||||
|| opt_key == "sparse_infill_anchor"
|
||||
|| opt_key == "sparse_infill_anchor_max"
|
||||
|| opt_key == "top_surface_line_width"
|
||||
|
|
Loading…
Reference in New Issue