ENH: check wethether filaments print on first layer

Jira: none

Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: I1cc7cd9e9bbbcdf72112c0949196c09ef414cf91
(cherry picked from commit 67039a6f4d51482fe689a2aad0a900f3339a5c62)
This commit is contained in:
qing.zhang
2024-10-25 09:37:56 +08:00
committed by Noisyfox
parent 7150c5bc7d
commit 31767cd80f
7 changed files with 28 additions and 28 deletions

View File

@@ -737,6 +737,8 @@ public:
//BBS
ConflictResultOpt m_conflict_result;
GCodeCheckResult m_gcode_check_result;
FilamentPrintableResult filament_printable_reuslt;
private:
std::vector<int> m_plater_extruder;
bool m_gl_data_initialized{ false };