ENH:add total layer/current layer UI

Change-Id: Ib0ceae161280258d9a9fbf6fb46d34810f24c57a
Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
tao wang 2023-01-10 10:49:57 +08:00 committed by Lane.Wei
parent 67d4e2148f
commit 8ab190da48
4 changed files with 36 additions and 1 deletions

View file

@ -561,6 +561,9 @@ public:
int hw_switch_state;
bool is_system_printing();
int print_error;
int curr_layer = 0;
int total_layers = 0;
bool is_support_layer_num { false };
std::vector<int> stage_list_info;
int stage_curr = 0;