texx00 / sandypi

The ultimate controller for sand tables
Other
27 stars 5 forks source link

Added stats: total path lenght, on time, motors on time #52

Closed texx00 closed 2 years ago

texx00 commented 2 years ago

Stats are saved in: server/saves/stats.json

The file can be improved in the future. Can also be intersting to show them in the interace in some way.

texx00 commented 2 years ago

Commit f33706b should also have fixed a problem with eta estimatio (was saving with = a recursive object instead of creting a copy)

texx00 commented 2 years ago

Stats are working.

There is a bug with the total path lenght for Scara and polar tables, thus that value is reliable only for cartesian devices (#54). Needs to fix it later (#53)