Extrude brim of the wipe tower before any other objects.

This commit is contained in:
bubnikv 2017-05-18 21:22:48 +02:00
parent 11307eb350
commit 8bd3dec331
2 changed files with 4 additions and 2 deletions

View file

@ -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 {