mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
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:
parent
5c3c2fcb1c
commit
daf4b4ef74
3 changed files with 15 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue