Arksine / moonraker

Web API Server for Klipper
https://moonraker.readthedocs.io
GNU General Public License v3.0
1.02k stars 392 forks source link

Allow configuring the update refresh window #812

Closed kdomanski closed 4 months ago

kdomanski commented 4 months ago

This enables customizing the time of day within which periodic refresh occurs.

Previously docs said it happens between 12am-4am which is misleading, because the code effectively allowed refresh until 4:59:59 AM. The default window is now '0-5', which is practically the same as before.

The comment about checking every 24h hours has been fixed as well. This hasn't been true since commit c4fa76f21792943ea512d24326259f01d2fa7e89

Arksine commented 4 months ago

Thanks. Overall it looks like a good addition, I just had one comment.

Arksine commented 4 months ago

Thanks.