mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-15 13:07:33 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user