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:
Diffstat (limited to 'scripts/check_gcode_buffer.py')
-rwxr-xr-xscripts/check_gcode_buffer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check_gcode_buffer.py b/scripts/check_gcode_buffer.py
index d3410096c5..2024ce2214 100755
--- a/scripts/check_gcode_buffer.py
+++ b/scripts/check_gcode_buffer.py
@@ -351,7 +351,7 @@ class CommandBuffer:
self.previous_feedrate = [0, 0, 0, 0]
self.previous_nominal_feedrate = 0
- print("Time Frame: %s" % self._detection_time_frame)
+ print("Command speed: %s" % buffer_filling_rate)
print("Code Limit: %s" % self._code_count_limit)
self._bad_frame_ranges = []