mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
ENABLE_UNIQUE_BED set as default
This commit is contained in:
parent
7443868e87
commit
cb1ef36ceb
9 changed files with 1 additions and 771 deletions
|
@ -10,7 +10,6 @@ typedef class GLUquadric GLUquadricObj;
|
|||
namespace Slic3r {
|
||||
namespace GUI {
|
||||
|
||||
#if ENABLE_UNIQUE_BED
|
||||
class GeometryBuffer
|
||||
{
|
||||
std::vector<float> m_vertices;
|
||||
|
@ -97,7 +96,6 @@ private:
|
|||
void render_prusa(const std::string &key, float theta, bool useVBOs) const;
|
||||
void render_custom() const;
|
||||
};
|
||||
#endif // ENABLE_UNIQUE_BED
|
||||
|
||||
} // GUI
|
||||
} // Slic3r
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue