Bugfix: changes to the resolution config option didn't trigger reslicing. #2795

This commit is contained in:
Alessandro Ranellucci 2015-04-29 19:22:44 +02:00
parent d6d7880507
commit a16dda0885
2 changed files with 3 additions and 3 deletions

View file

@ -172,7 +172,8 @@ Print::invalidate_state_by_config_options(const std::vector<t_config_option_key>
} else if (*opt_key == "brim_width") {
steps.insert(psBrim);
steps.insert(psSkirt);
} else if (*opt_key == "nozzle_diameter") {
} else if (*opt_key == "nozzle_diameter"
|| *opt_key == "resolution") {
osteps.insert(posSlice);
} else if (*opt_key == "avoid_crossing_perimeters"
|| *opt_key == "bed_shape"