mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 11:02:08 +00:00
Feature/re enable tests (#10503)
* re-enable tests * Add comprehensive testing guide for OrcaSlicer in CLAUDE.md * fix build errors on Win * fix appimage errors
This commit is contained in:
@@ -144,7 +144,7 @@ public:
|
||||
size_t last = svg_layers_.size() > 1 ? svg_layers_.size() : 0;
|
||||
|
||||
for (auto &lyr : svg_layers_) {
|
||||
boost::filesystem::ofstream out(filepath, std::fstream::out);
|
||||
std::ofstream out(filepath.string(), std::fstream::out);
|
||||
if (out.is_open()) out << lyr;
|
||||
if (lyrc == last && !finished_) out << "\n</svg>\n";
|
||||
out.flush();
|
||||
|
||||
Reference in New Issue
Block a user