Removed an obscure "clip_multipart_objects" option, which caused more
harm than good and it is not compatible with the new layer island Z graph. Partial fix of #9679
This commit is contained in:
parent
b2138dd348
commit
edd6c7c9d9
6 changed files with 24 additions and 43 deletions
|
@ -620,8 +620,7 @@ bool PrintObject::invalidate_state_by_config_options(
|
|||
|| opt_key == "slicing_mode") {
|
||||
steps.emplace_back(posSlice);
|
||||
} else if (
|
||||
opt_key == "clip_multipart_objects"
|
||||
|| opt_key == "elefant_foot_compensation"
|
||||
opt_key == "elefant_foot_compensation"
|
||||
|| opt_key == "support_material_contact_distance"
|
||||
|| opt_key == "xy_size_compensation") {
|
||||
steps.emplace_back(posSlice);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue