mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-25 11:52:05 +00:00
ENH:FilamentMapDialog add filament type
jira: nojira Change-Id: I08a3c037ffa6227602e71b97697a1bc61e3d5050 (cherry picked from commit 6621fd0e20bce4c32788a86a6fde018f3a7f41ef)
This commit is contained in:
@@ -40,6 +40,7 @@ class FilamentMapDialog : public wxDialog
|
||||
public:
|
||||
FilamentMapDialog(wxWindow *parent,
|
||||
const std::vector<std::string>& filament_color,
|
||||
const std::vector<std::string>& filament_type,
|
||||
const std::vector<int> &filament_map,
|
||||
const std::vector<int> &filaments,
|
||||
const FilamentMapMode mode,
|
||||
@@ -83,6 +84,7 @@ private:
|
||||
private:
|
||||
std::vector<int> m_filament_map;
|
||||
std::vector<std::string> m_filament_color;
|
||||
std::vector<std::string> m_filament_type;
|
||||
};
|
||||
|
||||
}} // namespace Slic3r::GUI
|
||||
|
||||
Reference in New Issue
Block a user