FIX: fix the bed position not correct issue for 3rd printers

also remove the unused gridlines in 3dBed

Change-Id: I547bf8f48c9d79ed831ed0872699ad1da1185da8
This commit is contained in:
lane.wei 2022-12-10 14:45:03 +08:00 committed by Lane.Wei
parent 5c3c2fcb1c
commit daf4b4ef74
3 changed files with 15 additions and 10 deletions

View file

@ -90,9 +90,9 @@ private:
// Print volume bounding box exteded with axes and model.
BoundingBoxf3 m_extended_bounding_box;
// Slightly expanded print bed polygon, for collision detection.
Polygon m_polygon;
//Polygon m_polygon;
GeometryBuffer m_triangles;
GeometryBuffer m_gridlines;
//GeometryBuffer m_gridlines;
GLTexture m_texture;
// temporary texture shown until the main texture has still no levels compressed
//GLTexture m_temp_texture;