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

@@ -161,7 +161,7 @@ struct SupportParameters {
if (support_style == smsDefault) {
if (is_tree(object_config.support_type)) {
// Orca: use organic as default
support_style = smsOrganic;
support_style = smsTreeOrganic;
} else {
support_style = smsGrid;
}