mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-15 02:37:51 -06:00
exit pa calib mode when new model is added.
This commit is contained in:
parent
40c7baae83
commit
de33c24b0a
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue