NEW: print with emmc

jira: [STUDIO-14427]
Change-Id: I8b0c56ce1c2b7b90949b72c49acfdbb31c876df1
(cherry picked from commit 76e45bde2540ee418719e00b999c5fd724baec71)
This commit is contained in:
haolin.tian
2025-09-23 20:20:06 +08:00
committed by Noisyfox
parent d6e40352c2
commit aa75c444aa
8 changed files with 145 additions and 10 deletions

View File

@@ -605,6 +605,9 @@ public:
bool is_support_airprinting_detection{false};
bool is_support_idelheadingprotect_detection{false};
// fun2
bool is_support_print_with_emmc{false};
bool installed_upgrade_kit{false};
int bed_temperature_limit = -1;
@@ -858,6 +861,7 @@ public:
bool check_enable_np(const json& print) const;
void parse_new_info(json print);
int get_flag_bits(std::string str, int start, int count = 1) const;
uint32_t get_flag_bits_no_border(std::string str, int start_idx, int count = 1) const;
int get_flag_bits(int num, int start, int count = 1, int base = 10) const;
/* Device Filament Check */