FIX: print button enable status [STUDIO-3136]

on all plates stats page, should disable print button

Change-Id: I27dbc87c6a3ffda8f58a8544aae71618bffb3272
This commit is contained in:
liz.li 2023-06-13 15:09:32 +08:00 committed by Lane.Wei
parent 059ea09353
commit 373152c78a
3 changed files with 10 additions and 1 deletions

View file

@ -724,6 +724,7 @@ public:
const GLVolumeCollection& get_volumes() const { return m_volumes; }
void reset_volumes();
ModelInstanceEPrintVolumeState check_volumes_outside_state() const;
bool is_all_plates_selected() { return m_sel_plate_toolbar.m_all_plates_stats_item && m_sel_plate_toolbar.m_all_plates_stats_item->selected; }
const float get_scale() const;
//BBS