Bugfix: temperature was not set correctly when using sequential printing. Includes regression test. #2702

This commit is contained in:
Alessandro Ranellucci 2015-03-02 23:56:38 +01:00
parent 9d435c8f4d
commit a3b843b24e
2 changed files with 10 additions and 1 deletions

View file

@ -217,6 +217,7 @@ sub export {
}
$self->flush_filters;
$finished_objects++;
$self->_second_layer_things_done(0);
}
}
} else {