#7110 - Fixed calculation of estimated times for layers

This commit is contained in:
enricoturri1966 2021-10-25 12:31:19 +02:00
parent 743b99d22c
commit 19387186a5
2 changed files with 13 additions and 14 deletions

View file

@ -271,7 +271,7 @@ namespace Slic3r {
// Simulates firmware st_synchronize() call
void simulate_st_synchronize(float additional_time = 0.0f);
void calculate_time(size_t keep_last_n_blocks = 0);
void calculate_time(size_t keep_last_n_blocks = 0, float additional_time = 0.0f);
};
struct TimeProcessor