Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE REQUEST] Mini - use a local time server #3523

Closed
Gisi0 opened this issue Nov 26, 2023 · 4 comments
Closed

[FEATURE REQUEST] Mini - use a local time server #3523

Gisi0 opened this issue Nov 26, 2023 · 4 comments
Labels
feature request A request for adding a specific feature of change of behaviour. stale-issue

Comments

@Gisi0
Copy link

Gisi0 commented Nov 26, 2023

Printer type - MINI
Optional upgrades - Filament Runout Sensor

Describe the expected functionality
Normally my mini has no connection to the internet, so it happened, that I have no actual time on it.
Please make it possible to set a local time server.

Thank you, great work on the mini
Gisi

@Gisi0 Gisi0 added the feature request A request for adding a specific feature of change of behaviour. label Nov 26, 2023
@nvtkaszpir
Copy link

nvtkaszpir commented Dec 16, 2023

Right now the address is hardcoded to 195.113.144.238

if (ipaddr_aton("195.113.144.238", &ntp_server)) {

Thankfully you can use destination NAT rule on the router firewall to redirect destination address 195.113.144.238 (which is tak.cesnet.cz) your preferred IP address which is serving time.

For example for Mikrotik assuming your NTP is on 10.0.0.3 then it would be something like below:

/ip firewall nat add chain=dstnat action=dst-nat dst-address=195.113.144.238 to-addresses=10.0.0.3

Otherwise the printer itself should just take NTP servers from DHCP, that would be preferable way to do it.

@bkerler
Copy link
Contributor

bkerler commented Jan 13, 2024

This PR should make it much more easier and adds support for a local time server: #3679 :)

Copy link

github-actions bot commented Jun 5, 2024

This issue has been flagged as stale because it has been open for 60 days with no activity. The issue will be closed in 7 days unless someone removes the "stale" label or adds a comment.

Copy link

github-actions bot commented Jul 1, 2024

This issue has been closed due to lack of recent activity. Please consider opening a new one if needed.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request A request for adding a specific feature of change of behaviour. stale-issue
Projects
None yet
Development

No branches or pull requests

3 participants