greenarrow / austerusG

austerusG is a collection of programs for controlling 3D printers like the Ultimaker on Linux in a simple and efficient manner.
8 stars 1 forks source link

Count ACKs for progress in send #2

Open greenarrow opened 12 years ago

greenarrow commented 12 years ago

Will remove pipe offset error in progress bar!

greenarrow commented 11 years ago

Remaining issue is that we clear up the [~pipe sized] remainder of lines after process has ended, not in real-time while we are actually receiving ACKs over serial in core, as needed for the progress bar to be true.

greenarrow commented 11 years ago

Need to write a few unit tests for send that cover progress calculation on gcode files larger and smaller than typical pipes.