This commit is contained in:
YuSanka 2019-07-24 12:32:38 +02:00
parent 0592ae65ee
commit 1a3fc0994b
5 changed files with 18 additions and 23 deletions

View file

@ -37,6 +37,7 @@ struct SnapshotData
PrinterTechnology printer_technology;
// Bitmap of Flags (see the Flags enum).
unsigned int flags;
int layer_range_idx;
// Bitmask of various binary flags to be stored with the snapshot.
enum Flags {
@ -45,8 +46,6 @@ struct SnapshotData
SELECTED_LAYERROOT_ON_SIDEBAR = 4,
SELECTED_LAYER_ON_SIDEBAR = 8,
};
t_layer_height_range layer_range;
};
struct Snapshot