We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a3b65f commit 59983c0Copy full SHA for 59983c0
modt.py
@@ -77,7 +77,7 @@ def adler32_hash():
77
end = min(gcode_len, ptr+blocksize)
78
block = gcode[ptr:end]
79
if print_progress:
80
- print(f'# block: {ptr}-{end} of {gcode_len}, block-size: {len(block)}')
+ print(f'# progress: {100*ptr/gcode_len}%, block: {ptr}-{end} of {gcode_len}, block-size: {len(block)}')
81
if print_blocks:
82
print(block)
83
0 commit comments