Error in 32fdd4d7eef4470303b3075fc6ef256a43fefeb3. #3632

This commit is contained in:
Alessandro Ranellucci 2016-12-21 11:56:39 +01:00
parent 6d3c0e3e98
commit bd1f03a121

View File

@ -688,8 +688,8 @@ PrintObject::_slice_region(size_t region_id, std::vector<float> z, bool modifier
// align mesh to Z = 0 (it should be already aligned actually) and apply XY shift
mesh.translate(
unscale(this->_copies_shift.x),
unscale(this->_copies_shift.y),
-unscale(this->_copies_shift.x),
-unscale(this->_copies_shift.y),
-object.bounding_box().min.z
);