Merge branch 'main' into enh-port-edit-gcode-dlg

This commit is contained in:
Ocraftyone
2024-01-05 05:59:43 -05:00
committed by GitHub
36 changed files with 156 additions and 304 deletions

View File

@@ -655,6 +655,9 @@ inline std::string filter_characters(const std::string& str, const std::string&
void copy_directory_recursively(const boost::filesystem::path &source, const boost::filesystem::path &target);
// Orca: Since 1.7.9 Boost deprecated save_string_file and load_string_file, copy and modified from boost 1.7.8
void save_string_file(const boost::filesystem::path& p, const std::string& str);
void load_string_file(const boost::filesystem::path& p, std::string& str);
} // namespace Slic3r