mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
ENH: Add recommend filament maps method
Change-Id: I3945a8b9f0a57e10a1d230003f21c9877cc5f342 (cherry picked from commit 8c8c9a967b032a270a60e6cf075fe41a6f329e1c)
This commit is contained in:
@@ -402,7 +402,6 @@ WipingPanel::WipingPanel(wxWindow* parent, const std::vector<float>& matrix, con
|
||||
m_number_of_extruders = (unsigned int)extruder_colours.size();
|
||||
|
||||
generate_display_matrix();
|
||||
assert(m_display_matrix.size() == extruders.size() ^ 2);
|
||||
|
||||
for (const std::string& color : extruder_colours) {
|
||||
Slic3r::ColorRGB rgb;
|
||||
|
||||
Reference in New Issue
Block a user