Skip to content

Commit

Permalink
ENH:modify the FTP upload directory to the root directory
Browse files Browse the repository at this point in the history
jira:[for ftp]

Change-Id: I4a6bb307cf45930284f54f4766bbca6fd7445c48
  • Loading branch information
walterwongbbl authored and lanewei120 committed Jun 11, 2024
1 parent ce7c150 commit 2a1373f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/slic3r/GUI/SelectMachine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2815,7 +2815,7 @@ void SelectMachineDialog::on_send_print()

m_print_job = std::make_shared<PrintJob>(m_status_bar, m_plater, m_printer_last_select);
m_print_job->m_dev_ip = obj_->dev_ip;
m_print_job->m_ftp_folder = obj_->get_ftp_folder();
//m_print_job->m_ftp_folder = obj_->get_ftp_folder();
m_print_job->m_access_code = obj_->get_access_code();
#if !BBL_RELEASE_TO_PUBLIC
m_print_job->m_local_use_ssl_for_ftp = wxGetApp().app_config->get("enable_ssl_for_ftp") == "true" ? true : false;
Expand Down

0 comments on commit 2a1373f

Please sign in to comment.