#5843 - GCodeProcessor: added processing of lines G28
This commit is contained in:
parent
91ffd8d501
commit
6a46b71dc1
2 changed files with 30 additions and 0 deletions
src/libslic3r/GCode
|
@ -572,6 +572,9 @@ namespace Slic3r {
|
|||
// Firmware controlled Unretract
|
||||
void process_G23(const GCodeReader::GCodeLine& line);
|
||||
|
||||
// Move to origin
|
||||
void process_G28(const GCodeReader::GCodeLine& line);
|
||||
|
||||
// Set to Absolute Positioning
|
||||
void process_G90(const GCodeReader::GCodeLine& line);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue