mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-21 12:15:21 +00:00
exit pa calib mode when new model is added.
This commit is contained in:
@@ -8646,6 +8646,9 @@ void Plater::add_file()
|
|||||||
break;
|
break;
|
||||||
default:break;
|
default:break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// SoftFever: ugly fix so we can exist pa calib mode
|
||||||
|
p->background_process.fff_print()->is_calib_mode() = Calib_None;
|
||||||
}
|
}
|
||||||
|
|
||||||
void Plater::update() { p->update(); }
|
void Plater::update() { p->update(); }
|
||||||
|
|||||||
Reference in New Issue
Block a user