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>2017-05-18 22:22:48 +0300
committerbubnikv <bubnikv@gmail.com>2017-05-18 22:22:48 +0300
commit8bd3dec331b32a3a403a891e0bfd9fcf5745e5db (patch)
treecd0f0e19c64c7aa703b9c5565c7229e283408e77 /xs/src/libslic3r/GCode.hpp
parent11307eb35047e52f428bc234608d2b171a71bcae (diff)
Extrude brim of the wipe tower before any other objects.
Diffstat (limited to 'xs/src/libslic3r/GCode.hpp')
-rw-r--r--xs/src/libslic3r/GCode.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/xs/src/libslic3r/GCode.hpp b/xs/src/libslic3r/GCode.hpp
index 09b526353..8abbdb167 100644
--- a/xs/src/libslic3r/GCode.hpp
+++ b/xs/src/libslic3r/GCode.hpp
@@ -85,6 +85,7 @@ public:
private:
std::string travel_to(GCode &codegen, const WipeTower::xy &dest);
std::unique_ptr<WipeTower> m_impl;
+ bool m_brim_done;
};
class GCode {