Feature Request: Show IP Address
-
Just a small feature request. Can the IP address be shown in small in a corner on one of the screens in the PanelDue interface.
-
why would you need that you can just send M552 from the console (Or as a macro) and it will report its current IP
-
For one.. not everyone remembers every gcode command.
especially sometimes when my machine resets it will pick a new IP address, and i wont know what it is, and the console doesnt show it by defaultShowing IP is common on web based devices
-
So make a macro called something like IP Address or such and have the M552 as a single command in it. Alternatively set the Duet up with a fixed IP Address and you won't ever have that problem again
-
I have a folder called diagnostics where I have a few macros with various commands like that which only come up occasionally and I can't remember when I need them.
-
I think it would be nice to see the IP in one of the corners of the Panel. It would also make sense for you to set a static IP so its always going to be that IP, regardless of power down. Just ensure your router can support static IP and check the range.
This may help:
https://forum.duet3d.com/topic/4532/static-ip-solved/4 -
Added to the wish list. I agree, this would be useful.
-
https://github.com/jneilliii/OctoPrint-ipOnConnect uses M117 for this.
-
@resam RRF uses M552 to report the network settings M117 is used for other things