mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-23 21:05:31 -07:00
ENH: call Bambu source deinit
Change-Id: I7b96056aabe7a894c66fcaf61e24f783f5a1e217 Jira: STUDIO-7666 (cherry picked from commit 9f85798a0bc8d02b3f0a30fd42934f58b48e67e9)
This commit is contained in:
parent
f2022f431b
commit
ef5463f9fe
3 changed files with 12 additions and 4 deletions
|
|
@ -157,6 +157,7 @@ namespace pt = boost::property_tree;
|
|||
struct StaticBambuLib
|
||||
{
|
||||
static void reset();
|
||||
static void release();
|
||||
};
|
||||
|
||||
namespace Slic3r {
|
||||
|
|
@ -1898,6 +1899,8 @@ GUI_App::~GUI_App()
|
|||
delete preset_updater;
|
||||
}
|
||||
|
||||
StaticBambuLib::release();
|
||||
|
||||
BOOST_LOG_TRIVIAL(info) << __FUNCTION__<< boost::format(": exit");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue