mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 10:02:12 +00:00
FIX: Calibration adaptation encryption
jira: none Change-Id: Ie42da224ca02261b0c32262be895c215878b7921 (cherry picked from commit 7498d6e5f89751d4f576ba073485238baba53d0f)
This commit is contained in:
@@ -201,9 +201,8 @@ void HistoryWindow::update(MachineObject* obj)
|
||||
{
|
||||
if (!obj) return;
|
||||
|
||||
if (obj->cali_version != history_version) {
|
||||
if (obj->cali_version != obj->last_cali_version) {
|
||||
if (obj->has_get_pa_calib_tab) {
|
||||
history_version = obj->cali_version;
|
||||
reqeust_history_result(obj);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user