Open ghost opened 1 year ago
And maybe also add the non-standard time zones like +5:30 or +5:45
Thanks for your suggestions. However, these partially duplicate existing issues https://github.com/prusa3d/Prusa-Firmware-Buddy/issues/639, https://github.com/prusa3d/Prusa-Firmware-Buddy/issues/1779, https://github.com/prusa3d/Prusa-Firmware-Buddy/issues/2317, https://github.com/prusa3d/Prusa-Firmware-Buddy/issues/3141.
I suggest closing this one issue and sharing your relevant piece of feedback on the related existing issues. Scattered feedback over several issues doesn't quite help us track the popularity of the community requests and define development goals accordingly.
Michele Moramarco Prusa Research
It seems safe to close this issue as a duplicate of mixed already posted issues.
Michele Moramarco Prusa Research
How is this solved in the linked issues? There is still no option to use your own NTP server via a setting or DHCP option. In the meantime this looks like a phone-home functionality of the printer since it uses a specific NTP server 195.113.144.238 which resolves to tak.cesnet.cz
Contents of /lib/WUI/sntp/sntp_client.c ` / TODO: enable DNS for ntp.pool.org as default sntp server/
// TMP: ip of Czech CESNET NTP server tak.cesnet.cz
if (ipaddr_aton("195.113.144.238", &ntp_server)) {
sntp_setserver(0, &ntp_server);
}
`
This is a quite old issue but thanks for the feedback. I guess the issue should stay open for now.
Michele Moramarco Prusa Research
Internal ticket: BFW-6184
Printer type - [MINI]
Is your suggested improvement related to an existing problem? Please describe. This creates a problem because files already on the SD card have the correct time but anything uploaded over PrusaLink has a date of 1970. This problem makes Prusa Link unusable if you don't allow your devices Internet access.
Describe the expected functionality Current firmware for the Mini requires Internet access or the printer will not have the correct time. The firmware does not allow the configuration of a custom (local) NTP server FQDN/IP and it does not support using the NTP provided by DHCP either. Both options should be supported.
This is a know issue but no one bothered to fix it. https://help.prusa3d.com/article/ntp-server-mini_151132 Hopefully this request will put it on the table.