mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-23 02:42:08 +00:00
FIX: only display used filament on filament dialog
jira: none Change-Id: Id643d1efad26eb2719f873543c2e451fe59dc5bb (cherry picked from commit 1d4ce2bad5c4878f75208486d5862009154fc7ff)
This commit is contained in:
@@ -15,7 +15,11 @@ class DragDropPanel;
|
||||
class FilamentMapDialog : public wxDialog
|
||||
{
|
||||
public:
|
||||
FilamentMapDialog(wxWindow *parent, const DynamicPrintConfig *config, const std::vector<int> &filament_map, bool is_auto);
|
||||
FilamentMapDialog(wxWindow *parent,
|
||||
const DynamicPrintConfig *config,
|
||||
const std::vector<int> &filament_map,
|
||||
const std::vector<int> &extruders,
|
||||
bool is_auto);
|
||||
|
||||
bool is_auto() const;
|
||||
const std::vector<int>& get_filament_maps() { return m_filament_map; }
|
||||
|
||||
Reference in New Issue
Block a user