mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-01 07:12:07 +00:00
Fix incorrect support style labels in unsaved-changes dialog for Tree supports (#12164)
This commit is contained in:
@@ -160,7 +160,7 @@ enum SupportMaterialPattern {
|
||||
};
|
||||
|
||||
enum SupportMaterialStyle {
|
||||
smsDefault, smsGrid, smsSnug, smsTreeSlim, smsTreeStrong, smsTreeHybrid, smsTreeOrganic,
|
||||
smsDefault, smsGrid, smsSnug, smsTreeOrganic, smsTreeSlim, smsTreeStrong, smsTreeHybrid,
|
||||
};
|
||||
|
||||
enum LongRectrationLevel
|
||||
|
||||
Reference in New Issue
Block a user