1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-31 11:15:52 +00:00

Implemented ModeSizer with ModeButtons for the mode view changing from the settings tabs and plater

This commit is contained in:
YuSanka
2019-01-10 11:05:58 +01:00
parent 71359d756f
commit c62a51ead1
15 changed files with 199 additions and 30 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ enum ConfigOptionType {
};
enum ConfigOptionMode {
comSimple,
comSimple = 0,
comAdvanced,
comExpert
};