Refactoring in GCodeViewer initialization

This commit is contained in:
enricoturri1966 2020-09-17 08:59:36 +02:00
parent a40fc1fe2c
commit 3ca6278ac9
2 changed files with 5 additions and 24 deletions

View file

@ -459,7 +459,6 @@ public:
void export_toolpaths_to_obj(const char* filename) const;
private:
void init_shaders();
void load_toolpaths(const GCodeProcessor::Result& gcode_result);
void load_shells(const Print& print, bool initialized);
void refresh_render_paths(bool keep_sequential_current_first, bool keep_sequential_current_last) const;