Improvement of extruder selection for the object/part according to the actually extruders count

This commit is contained in:
YuSanka 2018-08-15 11:18:20 +02:00
parent f0095d19be
commit 3e549c153d
3 changed files with 27 additions and 13 deletions

View file

@ -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_