The reason is that the M 587 command is too long
-
The following error appears.
Executing config.g … Error: G-Code buffer 'daemon' length overflowThe reason is that the M 587 command is too long.
M587 S"MyNetgwork----" P"longpassword--------------------" I192.168.1.121 J192.168.1.1 K255.255.255.0
Splitting and sending M587 commands does not seem to be effective.
exp)
M587 S"MyNetgwork----"
M587 P"longpassword--------------------"
M587 I192.168.1.121
M587 J192.168.1.1
M587 K255.255.255.0Is there a way to split commands and send them?
FIRMWARE_NAME: RepRapFirmware for Duet WiFi FIRMWARE_VERSION: 1.20RC1 ELECTRONICS: Duet WiFi 1.0 FIRMWARE_DATE: 2017-12-08
-
Currently there is no way to split the command. I will increase the maximum command length in 1.20RC2, or else allow the command to be split. How many characters long is the command line that you want to use?
-
Thank you for your support.
The required number of characters is 102 characters, but it is OK if you have a little more than 110 characters to see the margin.Please allow commands to be split.
-
That would explain a problem I was having. My WiFi key is 41 characters long. I set up a second access point with a shorter ssid and key. Time to upgrade to 1.20 I think.
-
I increased the maximum command length to 160 characters in the 1.20RC2 builds for the generation 2 Duets.