mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-13 15:49:00 +08:00
exit pa calib mode when new model is added.
This commit is contained in:
parent
40c7baae83
commit
de33c24b0a
@ -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(); }
|
||||
|
Loading…
x
Reference in New Issue
Block a user