9 lines
281 B
Plaintext
9 lines
281 B
Plaintext
; Use in case wifi module is not running. (Blue light off)
|
|
;
|
|
M291 R"Reset wifi module? Y/N" P"Caution. Will cause pause in print" S3 T10
|
|
|
|
M552 S0 ; Disable network module
|
|
G4 S5 ; wait 5 seconds
|
|
M552 S1 ; Enable network module
|
|
|
|
M291 P"Wifi module reset. Check console or DWC." |