mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
NEW:add statistics of all plates in preview
Change-Id: Ia93ca5a31d07ae5d52a37bb7b6fb0e3b26cfd012
This commit is contained in:
parent
b731ac8db8
commit
6114a415cf
11 changed files with 466 additions and 33 deletions
|
@ -52,6 +52,11 @@ void IMToolbar::del_all_item()
|
|||
m_items.clear();
|
||||
}
|
||||
|
||||
void IMToolbar::del_stats_item()
|
||||
{
|
||||
delete m_all_plates_stats_item;
|
||||
m_all_plates_stats_item = nullptr;
|
||||
}
|
||||
|
||||
bool IMReturnToolbar::init()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue