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

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2018-02-15 19:02:47 +0300
committerbubnikv <bubnikv@gmail.com>2018-02-15 19:02:47 +0300
commitb695089bc4d517559d9e78556e9481d3ff61d6d7 (patch)
tree1441f8f7e0866d0f613ec91d77e7b5bd27c22801 /xs/src/libslic3r/GCode.hpp
parent1fa3ffbf839c61e216ce5026a413b8b5ecf5e106 (diff)
parentdcc667cdc7e051c71952565739527c34c07ee06a (diff)
Merge remote-tracking branch 'remotes/origin/3mf_io'
Diffstat (limited to 'xs/src/libslic3r/GCode.hpp')
-rw-r--r--xs/src/libslic3r/GCode.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/xs/src/libslic3r/GCode.hpp b/xs/src/libslic3r/GCode.hpp
index f35f2d5e9..968cd14de 100644
--- a/xs/src/libslic3r/GCode.hpp
+++ b/xs/src/libslic3r/GCode.hpp
@@ -160,6 +160,9 @@ public:
void set_layer_count(unsigned int value) { m_layer_count = value; }
void apply_print_config(const PrintConfig &print_config);
+ // append full config to the given string
+ static void append_full_config(const Print& print, std::string& str);
+
protected:
void _do_export(Print &print, FILE *file, GCodePreviewData *preview_data);