mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-09 10:16:50 +00:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user