Add LED control and several other macros
This commit is contained in:
9
macros/Diagnostics/WIFI-Reset Module
Normal file
9
macros/Diagnostics/WIFI-Reset Module
Normal file
@@ -0,0 +1,9 @@
|
||||
; 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."
|
||||
Reference in New Issue
Block a user