mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 06:55:54 +08:00
Error in 32fdd4d7eef4470303b3075fc6ef256a43fefeb3. #3632
This commit is contained in:
parent
6d3c0e3e98
commit
bd1f03a121
@ -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
|
// align mesh to Z = 0 (it should be already aligned actually) and apply XY shift
|
||||||
mesh.translate(
|
mesh.translate(
|
||||||
unscale(this->_copies_shift.x),
|
-unscale(this->_copies_shift.x),
|
||||||
unscale(this->_copies_shift.y),
|
-unscale(this->_copies_shift.y),
|
||||||
-object.bounding_box().min.z
|
-object.bounding_box().min.z
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user