ENH:rename model file after download finish

Change-Id: I3ae1c8ca4f53bf41c00688b6bb5b0c0e0a4f869b
This commit is contained in:
tao wang 2023-04-20 12:45:26 +08:00 committed by Lane.Wei
parent 2dbd2bcef9
commit 8ceb0e6b7b
3 changed files with 33 additions and 16 deletions

View file

@ -314,6 +314,7 @@ public:
bool is_recreating_gui() const { return m_is_recreating_gui; }
std::string logo_name() const { return is_editor() ? "BambuStudio" : "BambuStudio-gcodeviewer"; }
std::vector<std::string> split_str(const std::string& src, const std::string& separator);
// To be called after the GUI is fully built up.
// Process command line parameters cached in this->init_params,
// load configs, STLs etc.