mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
ENH: valid print all when selecting blank plate
and give a tips when print blank plate Change-Id: Ic243dcee87d4a5a09de91c5806f1a94735f1052b Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
@@ -4011,7 +4011,9 @@ bool PartPlateList::is_all_slice_results_ready_for_print() const
|
||||
{
|
||||
for (unsigned int i = 0; i < (unsigned int)m_plate_list.size(); ++i)
|
||||
{
|
||||
if (!m_plate_list[i]->is_slice_result_ready_for_print())
|
||||
if (!m_plate_list[i]->is_slice_result_ready_for_print()
|
||||
&& m_plate_list[i]->has_printable_instances()
|
||||
)
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user