mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-15 02:37:51 -06:00
fix bed model rendering issue for all 3rd party printers
This commit is contained in:
parent
964f2163cb
commit
7440dcb955
1 changed files with 1 additions and 1 deletions
|
@ -613,8 +613,8 @@ void Bed3D::update_model_offset() const
|
||||||
{
|
{
|
||||||
(*model_offset_ptr)(0) -= 128.f;
|
(*model_offset_ptr)(0) -= 128.f;
|
||||||
(*model_offset_ptr)(1) -= 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
|
// update extended bounding box
|
||||||
const_cast<BoundingBoxf3&>(m_extended_bounding_box) = calc_extended_bounding_box();
|
const_cast<BoundingBoxf3&>(m_extended_bounding_box) = calc_extended_bounding_box();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue