exit pa calib mode when new model is added.

This commit is contained in:
SoftFever 2022-12-24 19:59:47 +08:00
parent 40c7baae83
commit de33c24b0a

View file

@ -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(); }