New option for customization of infill/perimeters overlap. #2459

This commit is contained in:
Alessandro Ranellucci 2015-02-01 12:08:25 +01:00
parent fbcf5319ea
commit 07cd25d0ec
8 changed files with 22 additions and 3 deletions

View file

@ -218,6 +218,7 @@ PrintObject::invalidate_state_by_config_options(const std::vector<t_config_optio
|| *opt_key == "overhangs"
|| *opt_key == "first_layer_extrusion_width"
|| *opt_key == "perimeter_extrusion_width"
|| *opt_key == "infill_overlap"
|| *opt_key == "thin_walls"
|| *opt_key == "external_perimeters_first") {
steps.insert(posPerimeters);