mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Print buffer filling rate rather than time frame
The filling rate is more interesting. It's our input.
This commit is contained in:
parent
f628b63c29
commit
d7649f9ee4
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ class CommandBuffer:
|
||||||
self.previous_feedrate = [0, 0, 0, 0]
|
self.previous_feedrate = [0, 0, 0, 0]
|
||||||
self.previous_nominal_feedrate = 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)
|
print("Code Limit: %s" % self._code_count_limit)
|
||||||
|
|
||||||
self._bad_frame_ranges = []
|
self._bad_frame_ranges = []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue