mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-17 14:02:35 +00:00
Merge: Snapmaker Orca 2.1.2
This commit is contained in:
@@ -337,7 +337,7 @@ void set_log_path_and_level(const std::string& file, unsigned int level)
|
||||
}
|
||||
#endif
|
||||
|
||||
//BBS log file at C:\\Users\\[yourname]\\AppData\\Roaming\\OrcaSlicer\\log\\[log_filename].log
|
||||
//BBS log file at C:\\Users\\[yourname]\\AppData\\Roaming\\Snapmaker_Orca\\log\\[log_filename].log
|
||||
auto log_folder = boost::filesystem::path(g_data_dir) / "log";
|
||||
if (!boost::filesystem::exists(log_folder)) {
|
||||
boost::filesystem::create_directory(log_folder);
|
||||
@@ -1162,12 +1162,12 @@ std::string string_printf(const char *format, ...)
|
||||
|
||||
std::string header_slic3r_generated()
|
||||
{
|
||||
return std::string(SLIC3R_APP_NAME " " SoftFever_VERSION);
|
||||
return std::string(SLIC3R_APP_NAME " " Snapmaker_VERSION);
|
||||
}
|
||||
|
||||
std::string header_gcodeviewer_generated()
|
||||
{
|
||||
return std::string(GCODEVIEWER_APP_NAME " " SoftFever_VERSION);
|
||||
return std::string(GCODEVIEWER_APP_NAME " " Snapmaker_VERSION);
|
||||
}
|
||||
|
||||
unsigned get_current_pid()
|
||||
|
||||
Reference in New Issue
Block a user