Rename smsOrganic to smsTreeOrganic

This commit is contained in:
Noisyfox 2025-01-27 17:09:32 +08:00
parent 1c498664a5
commit cc9f29c463
9 changed files with 12 additions and 12 deletions

View file

@ -1631,7 +1631,7 @@ void TreeSupport::generate_toolpaths()
void TreeSupport::generate()
{
if (m_support_params.support_style == smsOrganic) {
if (m_support_params.support_style == smsTreeOrganic) {
generate_tree_support_3D(*m_object, this, this->throw_on_cancel);
return;
}