Merge branch 'master' of https://github.com/prusa3d/Slic3r into scene_manipulators

This commit is contained in:
Enrico Turri 2018-05-29 13:56:53 +02:00
commit ece27ac6f8

View File

@ -197,7 +197,7 @@ public:
do { do {
++i; ++i;
if (i==4) i=0; if (i==4) i=0;
extrude(corners[i]); extrude(corners[i], f);
} while (i != index_of_closest); } while (i != index_of_closest);
return (*this); return (*this);
} }