Enabled slicing of SLA from the command line.
This commit is contained in:
parent
ba89a3d1ab
commit
d209aaa200
@ -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…
Reference in New Issue
Block a user