mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-20 04:39:09 -07: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