diff --git a/src/slic3r/GUI/Plater.cpp b/src/slic3r/GUI/Plater.cpp index bc809dba9c..f4f34c9666 100644 --- a/src/slic3r/GUI/Plater.cpp +++ b/src/slic3r/GUI/Plater.cpp @@ -8646,6 +8646,9 @@ void Plater::add_file() 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(); }