1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-15 08:44:26 +00:00

Merge remote-tracking branch 'origin/ys_dev_native' into dev_native

This commit is contained in:
YuSanka
2018-10-18 11:41:29 +02:00
7 changed files with 405 additions and 204 deletions
+5 -5
View File
@@ -30,11 +30,11 @@ class Tab;
enum QuickSlice
{
qsUndef,
qsReslice,
qsSaveAs,
qsExportSVG,
qsExportPNG
qsUndef = 0,
qsReslice = 1,
qsSaveAs = 2,
qsExportSVG = 4,
qsExportPNG = 8
};
struct PresetTab {