Removing progress indicators for individual threads.

This commit is contained in:
tamasmeszaros 2018-07-03 12:43:17 +02:00
parent f00c17b959
commit 033b7eb8ad
4 changed files with 66 additions and 103 deletions

View file

@ -301,7 +301,8 @@ void print_to(Print& print,
// Method that prints one layer
auto process_layer = [&layers, &keys, &printer, &st_prev, &m,
&jobdesc, print_bb, dir, cx, cy, &print, initstatus] (unsigned layer_id)
&jobdesc, print_bb, dir, cx, cy, &print, initstatus]
(unsigned layer_id)
{
LayerPtrs lrange = layers[keys[layer_id]];