mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 10:02:12 +00:00
ENH: remove a useless assert
jira:NONE Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: Ief29b7cc8adc16218f1b3608a35448bd95e54c80 (cherry picked from commit 2f11ca8a03087aad9b5039db4258f652c8eadbf1)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user