Merge: Snapmaker Orca 2.1.2

This commit is contained in:
xiaoyeliu
2025-11-17 10:04:25 +08:00
parent 737948be1f
commit e89263e51a
1147 changed files with 668188 additions and 15290 deletions

View File

@@ -221,6 +221,8 @@ public:
void create_objects_ctrl();
// BBS
void update_objects_list_filament_column(size_t filaments_count);
void update_objects_list_filament_column_when_delete_filament(size_t filament_id, size_t filaments_count, int replace_filament_id = -1);
void update_filament_values_for_items_when_delete_filament(const size_t filament_id, const int replace_id = -1);
void update_filament_colors();
// show/hide "Extruder" column for Objects List
void set_filament_column_hidden(const bool hide) const;