Estimate print time in web socket API

edited January 2017 in Questions & Answers
Hi Roland,

I have a new question for my java web socket library, how to interpret the estimate time print and timeprintComp ? 
I get these values, how to interpret them?

"printTime":234220.0130140794,"printedTimeComp":85844.13529297386  (this is a long time print..)


Thanks
Marco

Comments

  • Unit is time in seconds.
    printTime is total time and printedTimeComp is how much time using same computation has passed. From this you can compute ETA/ETE adding the current time.
Sign In or Register to comment.