FIX: unable to send file to sd card if plate > 1

1. Should set plate index before send file

jira:STUDIO-12431

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Id7828069a81f5671b0a6b90d7b0c9b703b10a9cc
(cherry picked from commit fd1e17f818c5c8e38d207e1e829dc5c5749e6f65)
This commit is contained in:
xun.zhang
2025-05-28 16:44:41 +08:00
committed by Noisyfox
parent d58a93b501
commit ace6e614ad
3 changed files with 23 additions and 20 deletions

View File

@@ -603,6 +603,8 @@ public:
int get_prepare_state();
//BBS: add print job releated functions
void get_print_job_data(PrintPrepareData* data);
void set_print_job_plate_idx(int plate_idx);
int get_send_calibration_finished_event();
int get_print_finished_event();
int get_send_finished_event();