update slic3r

This commit is contained in:
QIDI TECH
2025-07-10 09:14:38 +08:00
parent e0d447172c
commit f60592f1a0
153 changed files with 6440 additions and 4276 deletions

View File

@@ -187,7 +187,7 @@ void MediaPlayCtrl::SetMachineObject(MachineObject* obj)
auto close = wxGetApp().app_config->get("liveview", "auto_stop_liveview") == "true";
if (close || obj == nullptr || !obj->is_in_printing()) {
m_next_retry = wxDateTime();
Stop(_L("Temporarily closed because there is no operating for a long time."));
Stop(_L("Temporarily closed because there is no operation for a while."));
return;
}
}