Another refactoring in GCodeViewer::load_toolpaths()

This commit is contained in:
enricoturri1966 2021-01-07 11:13:07 +01:00
parent 83f60a9dd1
commit 77f6606771
3 changed files with 113 additions and 102 deletions

View file

@ -20,6 +20,7 @@ namespace GUI {
class GCodeViewer
{
using Color = std::array<float, 3>;
using VertexBuffer = std::vector<float>;
using IndexBuffer = std::vector<unsigned int>;
using MultiIndexBuffer = std::vector<IndexBuffer>;