mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06: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:
parent
67d4e2148f
commit
8ab190da48
4 changed files with 36 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue