Rename smsOrganic to smsTreeOrganic

This commit is contained in:
Noisyfox
2025-02-08 11:34:22 +08:00
parent 1c498664a5
commit cc9f29c463
9 changed files with 12 additions and 12 deletions
+1 -1
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;
}