mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
FIX: only meature m29 once in machine start GCode
jira: NONE Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: I3661159dd09f6d179eae3a0b1f2bbc14277be312 (cherry picked from commit 60492b7b0b57dc243cc8ac17f2cad638724aaca2) (cherry picked from commit 8555af21cacaa10e74715e771aa0866052a31bd6)
This commit is contained in:
@@ -797,6 +797,7 @@ class Print;
|
||||
size_t m_last_default_color_id;
|
||||
bool m_detect_layer_based_on_tag {false};
|
||||
int m_seams_count;
|
||||
bool m_measure_g29_time {false};
|
||||
bool m_single_extruder_multi_material;
|
||||
float m_preheat_time;
|
||||
int m_preheat_steps;
|
||||
@@ -1030,6 +1031,9 @@ class Print;
|
||||
void process_T(const std::string_view command);
|
||||
void process_M1020(const GCodeReader::GCodeLine &line);
|
||||
|
||||
void process_M622(const GCodeReader::GCodeLine &line);
|
||||
void process_M623(const GCodeReader::GCodeLine &line);
|
||||
|
||||
void process_filament_change(int id);
|
||||
|
||||
// post process the file with the given filename to:
|
||||
|
||||
Reference in New Issue
Block a user