mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Solid infill below area option was not invalidating the correct steps
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user