mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-24 03:12:07 +00:00
ENH:add total layer/current layer UI
Change-Id: Ib0ceae161280258d9a9fbf6fb46d34810f24c57a Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user