mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-27 04:42:33 +00:00
ENH: support delete any filament id
Change-Id: I71bcd54985b3f9e19a19d04327d00b402ec22380 (cherry picked from commit f3d67a98ac770e6f045a76bed4531139763b33cf)
This commit is contained in:
@@ -221,6 +221,7 @@ 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);
|
||||
void update_filament_colors();
|
||||
// show/hide "Extruder" column for Objects List
|
||||
void set_filament_column_hidden(const bool hide) const;
|
||||
@@ -235,6 +236,7 @@ public:
|
||||
void update_name_in_model(const wxDataViewItem& item) const;
|
||||
void update_name_in_list(int obj_idx, int vol_idx) const;
|
||||
void update_filament_values_for_items(const size_t filaments_count);
|
||||
void update_filament_values_for_items_when_delete_filament(const size_t filament_id);
|
||||
|
||||
//BBS: update plate
|
||||
void update_plate_values_for_items();
|
||||
|
||||
Reference in New Issue
Block a user