mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-29 22:02:10 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user