mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 09:02:06 +00: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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user