amorphitec / opengb

3d printer controller with touchscreen interface and websocket API
http://opengb.readthedocs.org/
Other
12 stars 4 forks source link

Reset component uptime #9

Open amorphic opened 8 years ago

amorphic commented 8 years ago

As a user I want to reset the uptime of my printer's various components (i.e. when a component is replaced).

amorphic commented 8 years ago

Counters are being maintained and are queryable via the get_counters method.

Once we are displaying these in the frontend we would want a "reset" button for each component. This would then require a reset_counter method with a component argument.