mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
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
|
@ -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