GCodeProcessor -> Added processing of gcode lines G0

This commit is contained in:
enricoturri1966
2020-06-12 09:01:20 +02:00
parent b2dde1a1cd
commit b65691978e
3 changed files with 7 additions and 1 deletions

View File

@@ -155,6 +155,7 @@ namespace Slic3r {
void process_tags(const std::string& comment);
// Move
void process_G0(const GCodeReader::GCodeLine& line);
void process_G1(const GCodeReader::GCodeLine& line);
// Retract