mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-14 12:05:53 +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;
|
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(); }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user