mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-25 06:27:34 -07:00
FIX: add timelapse warning message when sending print
jira: none Change-Id: Ie73761f300fc4902f667d66e30a6a94a9557cd19 (cherry picked from commit f05800dbae8987df7f588a1dd8246d8f4cea5362)
This commit is contained in:
parent
d13cddf03c
commit
a30bae9151
1 changed files with 6 additions and 0 deletions
|
|
@ -2121,6 +2121,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…
Add table
Add a link
Reference in a new issue