Welcome to mirror list, hosted at ThFree Co, Russian Federation.

PostProcessor.hpp « GCode « libslic3r « src « xs - github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ce47374cb376a45f15ce0e2b8d8232ef519ab6c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef slic3r_GCode_PostProcessor_hpp_
#define slic3r_GCode_PostProcessor_hpp_

#include <string>

#include "../libslic3r.h"
#include "../PrintConfig.hpp"

namespace Slic3r {

extern void run_post_process_scripts(const std::string &path, const PrintConfig &config);

} // namespace Slic3r

#endif /* slic3r_GCode_PostProcessor_hpp_ */