mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
fix bed model rendering issue for all 3rd party printers
This commit is contained in:
@@ -613,8 +613,8 @@ void Bed3D::update_model_offset() const
|
||||
{
|
||||
(*model_offset_ptr)(0) -= 128.f;
|
||||
(*model_offset_ptr)(1) -= 128.f;
|
||||
(*model_offset_ptr)(2) = -0.41 + GROUND_Z;
|
||||
}
|
||||
(*model_offset_ptr)(2) = -0.41 + GROUND_Z;
|
||||
|
||||
// update extended bounding box
|
||||
const_cast<BoundingBoxf3&>(m_extended_bounding_box) = calc_extended_bounding_box();
|
||||
|
||||
Reference in New Issue
Block a user