TON of bugfixes, balancing still does not work
This commit is contained in:
parent
824e3f111e
commit
6caec6926c
2 changed files with 230 additions and 128 deletions
src/libslic3r
|
@ -421,7 +421,8 @@ void PrintObject::find_supportable_issues()
|
|||
}
|
||||
} else {
|
||||
SupportableIssues::Issues issues = SupportableIssues::full_search(this);
|
||||
if (!issues.supports_nedded.empty()) {
|
||||
//TODO fix
|
||||
// if (!issues.supports_nedded.empty()) {
|
||||
auto obj_transform = this->trafo_centered();
|
||||
for (ModelVolume *model_volume : this->model_object()->volumes) {
|
||||
if (model_volume->type() == ModelVolumeType::MODEL_PART) {
|
||||
|
@ -443,7 +444,7 @@ void PrintObject::find_supportable_issues()
|
|||
#endif
|
||||
}
|
||||
}
|
||||
}
|
||||
// }
|
||||
}
|
||||
|
||||
m_print->throw_if_canceled();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue