Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/50_inst_per_sec.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/50_inst_per_sec.py b/tests/50_inst_per_sec.py
index 58787a4849..91992c813a 100644
--- a/tests/50_inst_per_sec.py
+++ b/tests/50_inst_per_sec.py
@@ -501,6 +501,7 @@ class CommandBuffer:
code_count = item["cmd_count"],
time = round(item["time"], 4),
speed = round(item["cmd_count"] / item["time"], 2)))
+ print("Total predicted number of buffer underruns:", len(self._bad_frame_ranges))
if __name__ == "__main__":