mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
Improvement of extruder selection for the object/part according to the actually extruders count
This commit is contained in:
parent
f0095d19be
commit
3e549c153d
3 changed files with 27 additions and 13 deletions
|
@ -118,6 +118,9 @@ void on_begin_drag(wxDataViewEvent &event);
|
|||
void on_drop_possible(wxDataViewEvent &event);
|
||||
void on_drop(wxDataViewEvent &event);
|
||||
|
||||
// update extruder column for objects_ctrl according to extruders count
|
||||
void update_objects_list_extruder_column(const int extruders_count);
|
||||
|
||||
} //namespace GUI
|
||||
} //namespace Slic3r
|
||||
#endif //slic3r_GUI_ObjectParts_hpp_
|
Loading…
Add table
Add a link
Reference in a new issue