Fix of "Raft and support dont work together"

https://github.com/prusa3d/Slic3r/issues/314
There was an issue with raft & soluble support.
Also there was a bug, where the support was not generated correctly
after a change of the support Z gap.
This commit is contained in:
bubnikv 2017-06-13 19:29:15 +02:00
parent 6cb7583756
commit 8a2a9abbd4
2 changed files with 15 additions and 7 deletions

View file

@ -159,14 +159,14 @@ bool PrintObject::invalidate_state_by_config_options(const std::vector<t_config_
this->reset_layer_height_profile();
}
else if (
opt_key == "clip_multipart_objects"
opt_key == "clip_multipart_objects"
|| opt_key == "support_material_contact_distance"
|| opt_key == "xy_size_compensation") {
steps.emplace_back(posSlice);
} else if (
opt_key == "support_material"
|| opt_key == "support_material_angle"
|| opt_key == "support_material_buildplate_only"
|| opt_key == "support_material_contact_distance"
|| opt_key == "support_material_enforce_layers"
|| opt_key == "support_material_extruder"
|| opt_key == "support_material_extrusion_width"