1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-08-02 11:35:51 +00:00

Bugfix: first color of the wipe tower preview was incorrect with some models

This commit is contained in:
Lukas Matena
2018-05-30 11:02:00 +02:00
parent b95a6f2626
commit db22b2f504
2 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -229,7 +229,7 @@ private:
bool m_print_brim = true;
// A fill-in direction (positive Y, negative Y) alternates with each layer.
wipe_shape m_current_shape = SHAPE_NORMAL;
unsigned int m_current_tool = 0;
unsigned int m_current_tool;
std::vector<std::vector<float>> wipe_volumes;
float m_depth_traversed = 0.f; // Current y position at the wipe tower.