Update to RRF3 -> password doesn't work anymore
-
What M551 command do you have in config.g? Feel free to change it to a dummy password when posting it here.
-
M551 P"dummy2021" ; Machine password
-
I just tried exactly that on a MB6HC, and it works for me. I also have a password set on my delta running Duet WiFi, precisely so that M551 gets tested whenever I change the firmware.
If you send that M551 line from the command line, and then refresh the browser tab, does it ask you for the password?
-
check if your config is working using M98 P"config.g"
-
I tried changing it with the command line after refreshing nothing changed.
Accessing with a diffrent browers: No password required.When using M98 P"config.g":
Microstepping - X:16(on), Y:16(on), Z:16(on), U:16(on), E:16(on):16(on)
Warning: M307: Heater 0 appears to be over-powered. If left on at full power, its temperature is predicted to reach 299C
Warning: M307: Heater 0 appears to be over-powered. If left on at full power, its temperature is predicted to reach 299C
Warning: M307: Heater 1 appears to be over-powered. If left on at full power, its temperature is predicted to reach 644CI assume that means my config.g is working.
Is it possible that this problem has to do something with our network?
-
Which version of DWC are you using? Check the Settings General tab.
-
DWC 3.2.0
-
Confirm that you are running the 6HC in standalone mode, not with a Pi attached?
-
No, I'm using it with the Pi. But the Problem was the same with the duet 2 ethernet (but with an older RRF 3 Version)
The password on the PI and the duet are the same.
-
@CMP said in Update to RRF3 -> password doesn't work anymore:
Microstepping - X:16(on), Y:16(on), Z:16(on), U:16(on), E:16(on):16(on)
this means there is an error with your micro stepping command.
-
@Veti I think thats because I didn't care to write the command for 1/16 step for all steppers since its the default.
-
did you try dc42 suggestion to send the M551 manually?
-
Yes I did and it didn't work
-
There is no support for password authentification in SBC mode yet. Since DuetPi + DSF v3.3 will get optional HTTPS support I'll check if I can add it to the next release.
To use M551 with v3.2 you must revert to standalone operation for now. If you are using your board(s) in standalone mode and it isn't working, please share your full config.g.
-
Thank you for the Information.
I'll try it in standalone mode, the next time I get the chance.