mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-09 18:27:00 +00:00
FIX: STUDIO-3745 open gcode.3mf, unable export to file
Change-Id: Ib8a45cb38f28438ecc4d2a772f1437dbd324078a
This commit is contained in:
@@ -411,6 +411,12 @@ public:
|
||||
return result;
|
||||
}
|
||||
|
||||
// check whether plate's slice result valid for export to file
|
||||
bool is_slice_result_ready_for_export()
|
||||
{
|
||||
return is_slice_result_ready_for_print() && has_printable_instances();
|
||||
}
|
||||
|
||||
//invalid sliced result
|
||||
void update_slice_result_valid_state(bool valid = false);
|
||||
|
||||
@@ -775,6 +781,7 @@ public:
|
||||
bool is_all_slice_results_valid() const;
|
||||
bool is_all_slice_results_ready_for_print() const;
|
||||
bool is_all_plates_ready_for_slice() const;
|
||||
bool is_all_slice_result_ready_for_export() const;
|
||||
void print() const;
|
||||
|
||||
//get the all the sliced result
|
||||
|
||||
Reference in New Issue
Block a user