Fix of [BUG]Environment variables not all exported while calling Post-Processing Scripts #4901

This commit is contained in:
Vojtech Bubnik 2020-12-07 14:59:30 +01:00
parent fe18ce16fb
commit b909ce7a3d
3 changed files with 9 additions and 6 deletions

View file

@ -8,7 +8,7 @@
namespace Slic3r {
extern void run_post_process_scripts(const std::string &path, const PrintConfig &config);
extern void run_post_process_scripts(const std::string &path, const DynamicPrintConfig &config);
} // namespace Slic3r