Add LED control and several other macros

This commit is contained in:
2021-06-03 22:09:42 +00:00
parent b86b210c9b
commit b0288dccc5
90 changed files with 19723 additions and 1 deletions

View 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."