Paralellize SupportSpotGenerator!
Fix extra perimeters crash - problem with new ankerl hash map Fix progress bar
This commit is contained in:
parent
cdf8cd83d5
commit
4c872b0352
3 changed files with 162 additions and 133 deletions
|
@ -880,7 +880,6 @@ void Print::process()
|
|||
BOOST_LOG_TRIVIAL(info) << "Starting the slicing process." << log_memory_info();
|
||||
for (PrintObject *obj : m_objects)
|
||||
obj->make_perimeters();
|
||||
this->set_status(70, _u8L("Infilling layers"));
|
||||
for (PrintObject *obj : m_objects)
|
||||
obj->infill();
|
||||
for (PrintObject *obj : m_objects)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue