mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-06 00:56:02 +08:00
add debug printf
This commit is contained in:
parent
dd082cb692
commit
8b9b33bab4
@ -949,6 +949,8 @@ PrintObject::_slice_region(size_t region_id, std::vector<float> z, bool modifier
|
||||
-object.bounding_box().min.z
|
||||
);
|
||||
|
||||
printf("Print Object: Region %d, X: %.2f, Y: %.2f", region_id, -unscale(this->_copies_shift.x), -unscale(this->_copies_shift.y));
|
||||
|
||||
for (const auto& i : region_volumes) {
|
||||
|
||||
const ModelVolume &volume = *(object.volumes[i]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user