GCodeProcessor -> Added processing of gcode lines G0
This commit is contained in:
parent
4c51a258ef
commit
aa14b42638
3 changed files with 7 additions and 1 deletions
src/libslic3r/GCode
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue