Welcome! Log In Create A New Profile

Advanced

Password for online firmware

Posted by ollyreprap 
Password for online firmware
December 28, 2015 01:51PM
Continuing my quest to build a delta I've begun configuring the electronics.
I successfully flashed dc42's firmware to my duet however have run into a problem on the web control.
Typing in the IP address brings up the duet control page correctly however it keeps asking for a password and regardless of anything i enter it keeps giving me the invalid message.

I've used the default config.g file from dc42's git hub to start off so the relevant lines are posted below,

; Configuration file for Mini Kossel kit from Think3DPrint3D

; Communication and general
M111 S0                             ; Debug off
M550 PMy Mini Kossel		        ; Machine name (can be anything you like)
M551 Preprap                        ; Machine password (used for FTP)
M540 P0xBE:0xEF:0xDE:0xAD:0xFE:0xED ; MAC Address
;*** Adjust the IP address and gateway in the following 2 lines to suit your network
M552 P192.168.1.14                  ; IP address
M554 P192.168.1.1                   ; Gateway
M553 P255.255.255.0                 ; Netmask

I've entered reprap, my mini kossel, and others in all manner of combinations so don't know what its asking for whether its broken or i'm doing something wrong any help would be very much appreciated.

Cheers,

Oliver
Re: Password for online firmware
December 28, 2015 08:58PM
M551 Preprap ; Machine password (used for FTP)

Ignore the P, the default password is reprap

Rick
Re: Password for online firmware
December 29, 2015 07:54AM
Thanks for the reply rick but as i said above I've already tried reprap many times?
I have a feeling there maybe an error that means it rejects all passwords but am unsure?

Oliver
Sorry, only registered users may post in this forum.

Click here to login