FIX: [STUDIO-1249] tips on syncing unknown ams filaments

Change-Id: I754ca576e1e0e832a6c69a2bf4bef58900252040
This commit is contained in:
chunmao.guo 2022-11-10 10:48:58 +08:00 committed by Lane.Wei
parent bde96c1542
commit 9c57c808fa
3 changed files with 21 additions and 4 deletions

View file

@ -83,7 +83,7 @@ public:
// BBS
void set_num_filaments(unsigned int n, std::string new_col = "");
unsigned int sync_ams_list();
unsigned int sync_ams_list(unsigned int & unknowns);
//BBS: check whether this is the only edited filament
bool is_the_only_edited_filament(unsigned int filament_index);