mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-27 00:24:00 -06:00
FIX: STUDIO-3745 open gcode.3mf, unable export to file
Change-Id: Ib8a45cb38f28438ecc4d2a772f1437dbd324078a
This commit is contained in:
parent
5eba42b565
commit
d8b56977b9
3 changed files with 33 additions and 2 deletions
|
@ -1866,7 +1866,7 @@ bool MainFrame::get_enable_print_status()
|
|||
}
|
||||
else if (m_print_select == eExportSlicedFile)
|
||||
{
|
||||
if (!current_plate->is_slice_result_ready_for_print())
|
||||
if (!current_plate->is_slice_result_ready_for_export())
|
||||
{
|
||||
enable = false;
|
||||
}
|
||||
|
@ -1889,7 +1889,7 @@ bool MainFrame::get_enable_print_status()
|
|||
}
|
||||
else if (m_print_select == eExportAllSlicedFile)
|
||||
{
|
||||
if (!part_plate_list.is_all_slice_results_ready_for_print())
|
||||
if (!part_plate_list.is_all_slice_result_ready_for_export())
|
||||
{
|
||||
enable = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue