Tech ENABLE_GCODE_VIEWER -> Selection curved arrows rendered using the new OpenGL model class

This commit is contained in:
enricoturri1966 2020-05-12 16:15:43 +02:00
parent 8d5cea82f4
commit 58258df113
6 changed files with 236 additions and 20 deletions

View file

@ -648,6 +648,7 @@ protected:
bool on_init() override;
};
#if !ENABLE_GCODE_VIEWER
class GLCurvedArrow : public GLModel
{
unsigned int m_resolution;
@ -658,6 +659,7 @@ public:
protected:
bool on_init() override;
};
#endif // !ENABLE_GCODE_VIEWER
class GLBed : public GLModel
{