1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-19 09:24:27 +00:00

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
+1
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 {