mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-03 10:32:40 +00:00
Fix of merge conflict and uninitialized variables in writer class
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user