ENH: protect build ams list

jira:NONE

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I4e8665df0bb24f056f79bd5cabab886bb5ff7921
(cherry picked from commit 6d1b8f0324fd07319aa22fcdf25856531d687621)
This commit is contained in:
xun.zhang
2025-02-15 15:39:45 +08:00
committed by Noisyfox
parent 4365f158d0
commit 55b928694c
3 changed files with 11 additions and 8 deletions

View File

@@ -63,10 +63,10 @@ struct FilamentBaseInfo
std::string filament_id;
std::string filament_type;
std::string vendor;
int nozzle_temp_range_low;
int nozzle_temp_range_high;
bool is_support;
bool is_system;
int nozzle_temp_range_low{ 220 };
int nozzle_temp_range_high{ 220 };
bool is_support{ false };
bool is_system{ true };
};
// Bundle of Print + Filament + Printer presets.