ENH: support default filament for volumes

Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
Change-Id: I51cfb0e3a40578f94c6d20e85c12cda2b6bb2e74
This commit is contained in:
yifan.wu 2022-08-17 16:29:47 +08:00 committed by Lane.Wei
parent 4ef43af2dd
commit 79814a7662
8 changed files with 106 additions and 62 deletions

View file

@ -64,7 +64,10 @@ wxBitmap create_scaled_bitmap(const std::string& bmp_name, wxWindow *win = nullp
const int px_cnt = 16, const bool grayscale = false, const bool resize = false);
#endif
// BBS
wxBitmap* get_extruder_color_icon(int extruder_id, bool as_default, bool thin_icon = false);
std::vector<wxBitmap*> get_extruder_color_icons(bool thin_icon = false);
bool is_volume_selected();
namespace Slic3r {
namespace GUI {