mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
fix the compiling issue caused by previous cherry-pick
Change-Id: If327c4b85566871c57644487113dea7aeadd8dd3
This commit is contained in:
parent
a541ccf999
commit
e615896578
1 changed files with 0 additions and 7 deletions
|
@ -1214,13 +1214,6 @@ void StatusPanel::update(MachineObject *obj)
|
|||
}
|
||||
calibration_dlg->update_cali(obj);
|
||||
|
||||
if (print_options_dlg == nullptr) {
|
||||
print_options_dlg = new PrintOptionsDialog(this);
|
||||
print_options_dlg->update_machine_obj(obj);
|
||||
} else {
|
||||
print_options_dlg->update_machine_obj(obj);
|
||||
}
|
||||
print_options_dlg->update_options(obj);
|
||||
update_error_message();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue