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