Fix of Enforce support for first N layers has no effect #470
This commit is contained in:
parent
055d2321e7
commit
d2c46025c7
9 changed files with 18 additions and 20 deletions
src/libslic3r
|
@ -1282,7 +1282,7 @@ PrintObjectSupportMaterial::MyLayersPtr PrintObjectSupportMaterial::top_contact_
|
|||
// Output layers, sorted by top Z.
|
||||
MyLayersPtr contact_out;
|
||||
|
||||
const bool support_auto = m_object_config->support_material_auto.value;
|
||||
const bool support_auto = m_object_config->support_material.value && m_object_config->support_material_auto.value;
|
||||
// If user specified a custom angle threshold, convert it to radians.
|
||||
// Zero means automatic overhang detection.
|
||||
const double threshold_rad = (m_object_config->support_material_threshold.value > 0) ?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue