mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-01 06:42:05 +08:00
Forgot to call Geometry::chained_path
This commit is contained in:
parent
fcd3da17b3
commit
e64f23e7bb
@ -184,6 +184,7 @@ PrintGCode::output()
|
|||||||
Points p;
|
Points p;
|
||||||
for (const auto obj : this->objects )
|
for (const auto obj : this->objects )
|
||||||
p.emplace_back(obj->_shifted_copies.at(0));
|
p.emplace_back(obj->_shifted_copies.at(0));
|
||||||
|
Geometry::chained_path(p, obj_idx);
|
||||||
|
|
||||||
std::vector<size_t> z(100); // preallocate with 100 layers
|
std::vector<size_t> z(100); // preallocate with 100 layers
|
||||||
std::map<coord_t, LayerPtrs> layers {};
|
std::map<coord_t, LayerPtrs> layers {};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user