mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
FIX: unsupported cantilever was not warned
1. fix unsupported cantilever was not warned. We need to set support type to stTreeAuto in is_support_necessary() to fully utilize the power of feature detection. 2. fix tree support not generated on non-first plate. Change-Id: I5b8aa827c9d62df0119db4e8e9212f33ce75ddaa (cherry picked from commit 60f21b6fcb45fe56f7fc867a7fcad433282bc055)
This commit is contained in:
parent
05595daf4c
commit
63222d50de
3 changed files with 8 additions and 3 deletions
|
@ -2629,6 +2629,7 @@ SupportNecessaryType PrintObject::is_support_necessary()
|
|||
}
|
||||
#else
|
||||
TreeSupport tree_support(*this, m_slicing_params);
|
||||
tree_support.support_type = SupportType::stTreeAuto; // need to set support type to fully utilize the power of feature detection
|
||||
tree_support.detect_overhangs();
|
||||
this->clear_support_layers();
|
||||
if (tree_support.has_sharp_tails)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue