mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-30 15:31:59 +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;
|
||||
for (const auto obj : this->objects )
|
||||
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::map<coord_t, LayerPtrs> layers {};
|
||||
|
Loading…
x
Reference in New Issue
Block a user