mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-07 14:04:11 -06:00
#7110 - Fixed calculation of estimated times for layers
This commit is contained in:
parent
743b99d22c
commit
19387186a5
2 changed files with 13 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue