badge support

This commit is contained in:
SoftFever
2026-01-31 01:04:21 +08:00
parent 7059789578
commit 8d22fad30b
14 changed files with 134 additions and 208 deletions

View File

@@ -49,7 +49,7 @@ bool QidiPrinterAgent::fetch_filament_info(std::string dev_id)
}
// 4. Build the AMS payload
build_ams_payload(box_count, trays);
build_ams_payload(box_count, box_count * 4 - 1, trays);
return true;
}