Merge branch 'master' of https://github.com/prusa3d/Slic3r
This commit is contained in:
commit
a0d5a961bd
1 changed files with 1 additions and 0 deletions
|
@ -1932,6 +1932,7 @@ bool GLGizmoSlaSupports::is_mesh_update_necessary() const
|
|||
|
||||
void GLGizmoSlaSupports::update_mesh()
|
||||
{
|
||||
wxBusyCursor wait;
|
||||
Eigen::MatrixXf& V = m_V;
|
||||
Eigen::MatrixXi& F = m_F;
|
||||
// Composite mesh of all instances in the world coordinate system.
|
||||
|
|
Loading…
Add table
Reference in a new issue