mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 09:02:06 +00:00
ENH: add post_process back
Signed-off-by: salt.wei <salt.wei@bambulab.com> Change-Id: I05fc655080f3888255297d689552de84a81ed849
This commit is contained in:
@@ -2038,8 +2038,7 @@ int CLI::run(int argc, char **argv)
|
||||
outfile = outfile_final;
|
||||
}*/
|
||||
// Run the post-processing scripts if defined.
|
||||
//BBS: TODO, maybe need to open this function later
|
||||
//run_post_process_scripts(outfile, print->full_print_config());
|
||||
run_post_process_scripts(outfile, print->full_print_config());
|
||||
BOOST_LOG_TRIVIAL(info) << "Slicing result exported to " << outfile << std::endl;
|
||||
part_plate->update_slice_result_valid_state(true);
|
||||
#if defined(__linux__) || defined(__LINUX__)
|
||||
|
||||
Reference in New Issue
Block a user