mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-15 00:45:52 +08:00
fix bug when unticking "complete objects"
This commit is contained in:
parent
ebc4e9a000
commit
af437e3f32
@ -180,8 +180,12 @@ bool Print::invalidate_state_by_config_options(const std::vector<t_config_option
|
|||||||
|| opt_key == "wipe_tower_rotation_angle") {
|
|| opt_key == "wipe_tower_rotation_angle") {
|
||||||
steps.emplace_back(psSkirt);
|
steps.emplace_back(psSkirt);
|
||||||
} else if (
|
} else if (
|
||||||
opt_key == "complete_objects"
|
opt_key == "complete_objects") {
|
||||||
|| opt_key == "brim_inside_holes"
|
steps.emplace_back(psBrim);
|
||||||
|
steps.emplace_back(psSkirt);
|
||||||
|
steps.emplace_back(psWipeTower);
|
||||||
|
} else if (
|
||||||
|
opt_key == "brim_inside_holes"
|
||||||
|| opt_key == "brim_width"
|
|| opt_key == "brim_width"
|
||||||
|| opt_key == "brim_ears"
|
|| opt_key == "brim_ears"
|
||||||
|| opt_key == "brim_ears_max_angle") {
|
|| opt_key == "brim_ears_max_angle") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user