mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
FIX: add timelapse warning message when sending print
jira: none Change-Id: Ie73761f300fc4902f667d66e30a6a94a9557cd19 (cherry picked from commit f05800dbae8987df7f588a1dd8246d8f4cea5362)
This commit is contained in:
@@ -2121,6 +2121,12 @@ void SelectMachineDialog::on_ok_btn(wxCommandEvent &event)
|
|||||||
has_slice_warnings = true;
|
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) {
|
else if (warning.msg == NOT_GENERATE_TIMELAPSE) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user