Ported expanded_output_filepath() to C++/XS

This commit is contained in:
Alessandro Ranellucci 2016-12-20 19:01:51 +01:00 committed by bubnikv
parent 66493ce821
commit 6a90fceaaf
8 changed files with 42 additions and 47 deletions

View file

@ -253,6 +253,8 @@ class Print
void auto_assign_extruders(ModelObject* model_object) const;
void _make_skirt();
std::string output_filename();
std::string output_filepath(const std::string &path);
private:
void clear_regions();