ENH: remove the appended T cmd after change filament

Jira: none

Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: Id5da64626b7343a71dcb38c06f5b5caf43ec40e2
(cherry picked from commit 7da565f0582f470274d279e52daf0dd889f0de7d)
This commit is contained in:
qing.zhang
2024-06-13 16:03:24 +08:00
committed by Noisyfox
parent 95a5914c26
commit bba00b2e7a
4 changed files with 68 additions and 5 deletions

View File

@@ -943,6 +943,7 @@ class Print;
// Processes T line (Select Tool)
void process_T(const GCodeReader::GCodeLine& line);
void process_T(const std::string_view command);
void process_M1020(const GCodeReader::GCodeLine &line);
// post process the file with the given filename to:
// 1) add remaining time lines M73 and update moves' gcode ids accordingly