fix some bug

This commit is contained in:
QIDI TECH
2025-08-11 09:43:55 +08:00
parent cc57492e35
commit ee83a907c7
6 changed files with 57 additions and 43 deletions

View File

@@ -68,6 +68,8 @@ struct Box_msg {
std::vector<std::string> filament_type;
std::string box_list_preset_name;
std::string box_list_printer_ip;
//y28
std::string box_list_printer_api_key;
int box_count = 0;
int auto_reload_detect = 0;
};