mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-05 03:22:45 +00:00
Merge branch 'feature_slice_to_png' of github.com:prusa3d/Slic3r into feature_slice_to_png
# Conflicts: # xs/src/slic3r/AppController.cpp # xs/src/slic3r/AppController.hpp
This commit is contained in:
@@ -1540,7 +1540,7 @@ void Print::print_to(std::string dirpath,
|
||||
// Save the print into the file system.
|
||||
set_status(0, "Writing layers to disk");
|
||||
printer.save(dir);
|
||||
set_status(100, "Writing layers to disk");
|
||||
set_status(100, "Writing layers completed");
|
||||
}
|
||||
|
||||
void Print::print_to_png(std::string dirpath, long width_px, long height_px,
|
||||
|
||||
Reference in New Issue
Block a user