mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
Rename smsOrganic
to smsTreeOrganic
This commit is contained in:
parent
1c498664a5
commit
cc9f29c463
9 changed files with 12 additions and 12 deletions
|
@ -678,7 +678,7 @@ public:
|
|||
m_support_material_closing_radius(params.support_closing_radius)
|
||||
{
|
||||
if (m_style == smsDefault) m_style = smsGrid;
|
||||
if (std::set<SupportMaterialStyle>{smsTreeSlim, smsTreeStrong, smsTreeHybrid, smsOrganic}.count(m_style))
|
||||
if (std::set<SupportMaterialStyle>{smsTreeSlim, smsTreeStrong, smsTreeHybrid, smsTreeOrganic}.count(m_style))
|
||||
m_style = smsGrid;
|
||||
switch (m_style) {
|
||||
case smsGrid:
|
||||
|
@ -774,7 +774,7 @@ public:
|
|||
case smsTreeSlim:
|
||||
case smsTreeStrong:
|
||||
case smsTreeHybrid:
|
||||
case smsOrganic:
|
||||
case smsTreeOrganic:
|
||||
assert(false);
|
||||
//[[fallthrough]];
|
||||
return Polygons();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue