Is there a macro to reset the wifi?
-
I recently upgraded a machine with a Duet2 Wifi. For the last few days, when on a long print I sometimes lose the wifi connection.
The blue LED is lit but my computer will not connect. It is sometimes listed on the router but not always.
I have the Paneldue and wonder if a macro could be made to reset the wifi. Thanks. -
Yes, something like this:
M552 S-1 ; reset the WiFi module
G4 P500 ; give it a little time
M552 S1 ; start the WiFi module in client mode -
Thank you so much.