mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 15:37:30 -06:00
FIX: fix lan_file mode for P1P
Change-Id: I71ffdb28363fe45b2d5bab01d34846c2462921a6 Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
parent
21a6281998
commit
3e8671bcdf
3 changed files with 0 additions and 16 deletions
|
@ -2165,10 +2165,6 @@ void SelectMachineDialog::on_ok()
|
|||
|
||||
m_print_job->has_sdcard = obj_->has_sdcard();
|
||||
|
||||
if (obj_->is_only_support_cloud_print()) {
|
||||
m_print_job->cloud_print_only = true;
|
||||
}
|
||||
|
||||
|
||||
bool timelapse_option = select_timelapse->IsShown() ? m_checkbox_list["timelapse"]->GetValue() : true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue