mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
fix BBL bed_model stl hacks (#9882)
This commit is contained in:
Binary file not shown.
BIN
resources/profiles/BBL/bbl-3dp-H2D.stl
Normal file
BIN
resources/profiles/BBL/bbl-3dp-H2D.stl
Normal file
Binary file not shown.
Binary file not shown.
@@ -619,12 +619,6 @@ void Bed3D::update_model_offset()
|
|||||||
shift(2) = -0.03;
|
shift(2) = -0.03;
|
||||||
Vec3d* model_offset_ptr = const_cast<Vec3d*>(&m_model_offset);
|
Vec3d* model_offset_ptr = const_cast<Vec3d*>(&m_model_offset);
|
||||||
*model_offset_ptr = shift;
|
*model_offset_ptr = shift;
|
||||||
//BBS: TODO: hack for current stl for BBL printer
|
|
||||||
if (std::string::npos != m_model_filename.find("bbl-3dp-"))
|
|
||||||
{
|
|
||||||
(*model_offset_ptr)(0) -= m_bed_shape[2].x() / 2.0f;
|
|
||||||
(*model_offset_ptr)(1) -= m_bed_shape[2].y() / 2.0f;
|
|
||||||
}
|
|
||||||
(*model_offset_ptr)(2) = -0.41 + GROUND_Z;
|
(*model_offset_ptr)(2) = -0.41 + GROUND_Z;
|
||||||
|
|
||||||
// update extended bounding box
|
// update extended bounding box
|
||||||
|
|||||||
Reference in New Issue
Block a user