FIX: always empty popup in unprintable case

jira:NONE

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I90fcb90ef01e8cc398683bf00eb8d87eefe95069
(cherry picked from commit f79ba9e315689202f592cac3dcc3027c4eae9164)
This commit is contained in:
xun.zhang
2025-01-17 15:43:10 +08:00
committed by Noisyfox
parent 6ce74ddd6b
commit 4742521930
3 changed files with 21 additions and 10 deletions

View File

@@ -764,7 +764,6 @@ public:
unsigned int get_volumes_count() const;
const GLVolumeCollection& get_volumes() const { return m_volumes; }
void reset_volumes();
static void construct_error_string(ObjectFilamentResults& object_result, std::string& error_string);
ModelInstanceEPrintVolumeState check_volumes_outside_state(ObjectFilamentResults* object_results = nullptr) 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;