FIX: add timelapse warning message when sending print
jira: none Change-Id: Ie73761f300fc4902f667d66e30a6a94a9557cd19
This commit is contained in:
parent
e43e4950da
commit
f05800dbae
|
@ -2126,6 +2126,12 @@ void SelectMachineDialog::on_ok_btn(wxCommandEvent &event)
|
|||
has_slice_warnings = true;
|
||||
}
|
||||
}
|
||||
else if (warning.msg == SMOOTH_TIMELAPSE_WITHOUT_PRIME_TOWER) {
|
||||
if (m_checkbox_list["timelapse"]->getValue() == "on") {
|
||||
confirm_text.push_back(ConfirmBeforeSendInfo(Plater::get_slice_warning_string(warning)));
|
||||
has_slice_warnings = true;
|
||||
}
|
||||
}
|
||||
else if (warning.msg == NOT_GENERATE_TIMELAPSE) {
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue