Wifi macro instead of config.g - how?
-
My current wifi settings are in config.g
I understand that this is not the way to set the wifi, but with macro.How do I set the wifi inside a macro so it will automatically be connected to the network on power on?
-
@eranglr said in Wifi macro instead of config.g - how?:
My current wifi settings are in config.g
I understand that this is not the way to set the wifi, but with macro.How do I set the wifi inside a macro so it will automatically be connected to the network on power on?
Once the WiFi settings are correct for your printer to connect to your WiFi network all you need in config.g is one command:
M552 S1 ; enable (S1) networking (WiFi)
Frederick
-
That right. Once you've send the command to add the SSID and password once it gets stored in the wifi module itself. No need to send it again. M552 S1 enables networking and the wifi module will connect to the first available SSID with the best signal strenght.