ENH: remove a useless assert
jira:NONE Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: Ief29b7cc8adc16218f1b3608a35448bd95e54c80
This commit is contained in:
parent
0b95bdd9d9
commit
2f11ca8a03
|
@ -101,7 +101,6 @@ namespace Slic3r
|
|||
|
||||
std::vector<int> select_best_group_for_ams(const std::vector<std::vector<int>>& map_lists, const std::vector<unsigned int>& used_filaments, const std::vector<std::string>& used_filament_colors_str, const std::vector<std::vector<std::string>>& ams_filament_colors_str)
|
||||
{
|
||||
assert(used_filaments.size() == ams_filament_colors_str.size());
|
||||
// change the color str to real colors
|
||||
std::vector<Color>used_filament_colors;
|
||||
std::vector<std::vector<Color>>ams_filament_colors;
|
||||
|
|
Loading…
Reference in New Issue