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

Fix of merge conflict and uninitialized variables in writer class

This commit is contained in:
Lukas Matena
2018-02-22 09:28:31 +01:00
parent de92f45eaf
commit 5a02bde170
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -366,8 +366,8 @@ private:
float m_angle_deg = 0.f;
float m_y_shift = 0.f;
WipeTower::xy m_wipe_tower_pos;
float m_wipe_tower_width;
float m_wipe_tower_depth;
float m_wipe_tower_width = 0.f;
float m_wipe_tower_depth = 0.f;
float m_last_fan_speed = 0.f;
std::string