1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-24 10:05:52 +00:00

Changed requested time of rendering for timed notification to full duration. Commented unused code.

This commit is contained in:
David Kocik
2020-12-16 17:42:50 +01:00
parent 20aa8d65bf
commit 99747f8f25
3 changed files with 49 additions and 29 deletions
+1 -1
View File
@@ -741,7 +741,7 @@ void PresetUpdater::slic3r_update_notify()
PresetUpdater::UpdateResult PresetUpdater::config_update(const Semver& old_slic3r_version, bool no_notification) const
{
if (! p->enabled_config_update) { return R_NOOP; }
auto updates = p->get_config_updates(old_slic3r_version);
if (updates.incompats.size() > 0) {
BOOST_LOG_TRIVIAL(info) << format("%1% bundles incompatible. Asking for action...", updates.incompats.size());