mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
FIX:set print mode before print all plate
jira:[STUDIO-4649,STUDIO-4650] Change-Id: Ib4ddda6f1461a31a7d7407786bcb0d1859b3fb82
This commit is contained in:
parent
b8fb221813
commit
84524e7685
1 changed files with 1 additions and 0 deletions
|
@ -6314,6 +6314,7 @@ void Plater::priv::on_action_print_all(SimpleEvent&)
|
|||
|
||||
//BBS
|
||||
if (!m_select_machine_dlg) m_select_machine_dlg = new SelectMachineDialog(q);
|
||||
m_select_machine_dlg->set_print_type(PrintFromType::FROM_NORMAL);
|
||||
m_select_machine_dlg->prepare(PLATE_ALL_IDX);
|
||||
m_select_machine_dlg->ShowModal();
|
||||
record_start_print_preset("print_all");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue