WIP Tree supports: It compiles, but unfinished, missing pieces.
This commit is contained in:
parent
665d1a94b4
commit
9e6871e5b8
7 changed files with 181 additions and 81 deletions
src/libslic3r
|
@ -2130,7 +2130,7 @@ void PrintObject::_generate_support_material()
|
|||
{
|
||||
if (m_config.support_material_style == smsTree) {
|
||||
TreeSupport tree_support;
|
||||
tree_support.generateSupportAreas();
|
||||
tree_support.generateSupportAreas(*this);
|
||||
} else {
|
||||
PrintObjectSupportMaterial support_material(this, m_slicing_params);
|
||||
support_material.generate(*this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue