1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

#5843 - GCodeProcessor: added processing of lines G28

This commit is contained in:
enricoturri1966
2021-03-03 13:53:37 +01:00
parent 91ffd8d501
commit 6a46b71dc1
2 changed files with 30 additions and 0 deletions
+3
View File
@@ -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);