mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-30 22:24:05 +03:00
Fix coord out-of-range exception caused by m_origin memory not initialized to 0
This commit is contained in:
@@ -1175,7 +1175,7 @@ private:
|
||||
std::vector<unsigned int> m_slice_used_filaments_first_layer;
|
||||
|
||||
//BBS: plate's origin
|
||||
Vec3d m_origin;
|
||||
Vec3d m_origin {0, 0, 0};
|
||||
//BBS: modified_count
|
||||
int m_modified_count {0};
|
||||
//BBS
|
||||
|
||||
Reference in New Issue
Block a user