#7110 - Fixed calculation of estimated times for layers

This commit is contained in:
enricoturri1966
2021-10-25 12:31:19 +02:00
parent ec788911a1
commit 48eb316a70
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