mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 17:27:52 -06:00
ENH: add post_process back
Signed-off-by: salt.wei <salt.wei@bambulab.com> Change-Id: I05fc655080f3888255297d689552de84a81ed849
This commit is contained in:
parent
8c39fbaf22
commit
e2d6ed99d1
7 changed files with 25 additions and 6 deletions
|
@ -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__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue