mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
GCodeProcessor -> Added processing of gcode lines G0
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user