FIX:set print mode before print all plate
jira:[STUDIO-4649,STUDIO-4650] Change-Id: Ib4ddda6f1461a31a7d7407786bcb0d1859b3fb82
This commit is contained in:
parent
adce446e38
commit
918664e776
|
@ -6545,6 +6545,7 @@ void Plater::priv::on_action_print_all(SimpleEvent&)
|
||||||
|
|
||||||
//BBS
|
//BBS
|
||||||
if (!m_select_machine_dlg) m_select_machine_dlg = new SelectMachineDialog(q);
|
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->prepare(PLATE_ALL_IDX);
|
||||||
m_select_machine_dlg->ShowModal();
|
m_select_machine_dlg->ShowModal();
|
||||||
record_start_print_preset("print_all");
|
record_start_print_preset("print_all");
|
||||||
|
|
Loading…
Reference in New Issue