mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 19:28:14 -06:00
Enabled slicing of SLA from the command line.
This commit is contained in:
parent
ba89a3d1ab
commit
d209aaa200
1 changed files with 1 additions and 2 deletions
|
@ -389,8 +389,7 @@ int CLI::run(int argc, char **argv)
|
|||
outfile_final = fff_print.print_statistics().finalize_output_path(outfile);
|
||||
} else {
|
||||
outfile = sla_print.output_filepath(outfile);
|
||||
//FIXME Tamas, please port it to miniz
|
||||
// sla_print.export_raster<SLAZipFmt>(outfile);
|
||||
sla_print.export_raster(outfile);
|
||||
outfile_final = sla_print.print_statistics().finalize_output_path(outfile);
|
||||
}
|
||||
if (outfile != outfile_final && Slic3r::rename_file(outfile, outfile_final) != 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue