mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-03-06 02:24:56 -07:00
ENH:Modify the sending decision logic for FTP/TCP/TUTK
jira:[STUDIO-12330] Change-Id: Iba7360dc9dbcce86985db64c16becf24f7a4c6db (cherry picked from commit 0a0e76ec952bcc20f5e2823c489d0c27f7e93037)
This commit is contained in:
parent
7a22989e89
commit
7f0a167278
1 changed files with 2 additions and 1 deletions
|
|
@ -883,7 +883,8 @@ void SendToPrinterDialog::on_ok(wxCommandEvent &event)
|
|||
file_name = default_output_file_path.filename().string();
|
||||
}*/
|
||||
|
||||
if ( ( (!obj_->is_lan_mode_printer() && obj_->is_support_brtc) || m_tcp_try_connect) && (!m_ftp_try_connect) ) {
|
||||
if (obj_->is_support_brtc && (m_tcp_try_connect || m_tutk_try_connect))
|
||||
{
|
||||
update_print_status_msg(wxEmptyString, false, false);
|
||||
if (m_file_sys) {
|
||||
PrintPrepareData print_data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue