ENH: add some check job

jira: [STUDIO-11883]
Change-Id: I9a112b10b18d4c4f4bee5c8076b22f46fb63b13f
(cherry picked from commit 15c7bb729085ec65fee8cc36a5058ac5e883ceb8)
This commit is contained in:
xin.zhang
2025-04-27 17:22:17 +08:00
committed by Noisyfox
parent 16d8e86b84
commit e758b77ab7
8 changed files with 213 additions and 110 deletions

View File

@@ -65,6 +65,7 @@ struct FilamentBaseInfo
std::string vendor;
int nozzle_temp_range_low{ 220 };
int nozzle_temp_range_high{ 220 };
int temperature_vitrification = INT_MAX;
bool is_support{ false };
bool is_system{ true };
int filament_printable = 3;