Merge branch 'dev' of https://github.com/prusa3d/Slic3r into full_transform

This commit is contained in:
Enrico Turri
2018-09-14 08:51:06 +02:00
15 changed files with 1327 additions and 559 deletions
+1
View File
@@ -5418,6 +5418,7 @@ void GLCanvas3D::_on_select(int volume_idx, int object_idx)
}
m_on_select_object_callback.call(obj_id, vol_id);
Slic3r::GUI::select_current_volume(obj_id, vol_id);
}
std::vector<float> GLCanvas3D::_parse_colors(const std::vector<std::string>& colors)