mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-12 14:28:11 +08:00
Solid infill below area option was not invalidating the correct steps
This commit is contained in:
parent
fb2d84b5d3
commit
bf3f45604a
@ -164,6 +164,7 @@ PrintObject::invalidate_state_by_config_options(const std::vector<t_config_optio
|
|||||||
|| *opt_key == "infill_only_where_needed"
|
|| *opt_key == "infill_only_where_needed"
|
||||||
|| *opt_key == "bottom_solid_layers"
|
|| *opt_key == "bottom_solid_layers"
|
||||||
|| *opt_key == "top_solid_layers"
|
|| *opt_key == "top_solid_layers"
|
||||||
|
|| *opt_key == "solid_infill_below_area"
|
||||||
|| *opt_key == "infill_extruder"
|
|| *opt_key == "infill_extruder"
|
||||||
|| *opt_key == "infill_extrusion_width") {
|
|| *opt_key == "infill_extrusion_width") {
|
||||||
steps.insert(posPrepareInfill);
|
steps.insert(posPrepareInfill);
|
||||||
@ -171,7 +172,6 @@ PrintObject::invalidate_state_by_config_options(const std::vector<t_config_optio
|
|||||||
|| *opt_key == "fill_pattern"
|
|| *opt_key == "fill_pattern"
|
||||||
|| *opt_key == "solid_fill_pattern"
|
|| *opt_key == "solid_fill_pattern"
|
||||||
|| *opt_key == "infill_every_layers"
|
|| *opt_key == "infill_every_layers"
|
||||||
|| *opt_key == "solid_infill_below_area"
|
|
||||||
|| *opt_key == "solid_infill_every_layers"
|
|| *opt_key == "solid_infill_every_layers"
|
||||||
|| *opt_key == "top_infill_extrusion_width") {
|
|| *opt_key == "top_infill_extrusion_width") {
|
||||||
steps.insert(posInfill);
|
steps.insert(posInfill);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user