Cant get my nozzle close to bed at all when trying to print
-
Does it only do a reset when you connect to the DWC?
Can you connect via usb and terminal and do a M122 command and post the results?
When you updated to 2.0 did you get all of the other files as well? DWC etc?
-
@phaedrux
It resets whether or not its connected online or to usb And yes i downloaded:
DuetWebControl-1.21.2-b1.zip &
Duet2CombinedFirmware.binand i also updated the wifi server Also
-
What was the last thing you changed in config.g? Has any wiring or anything else changed?
Power down, remove the SD card, pop it into your computer, does anything show on the card? If so, make a backup of the contents. Try deleting the config.g and then renaming the config.g.bak to config.g. It automatically makes a backup whenever you save a new change.
As for the way forward, I'll have to let someone more versed in hardware problem recovery step in.
In the mean time you can try running through this: https://duet3d.dozuki.com/Wiki/What_to_do_if_your_Duet_won't_respond
-
@puppet172 said in Cant get my nozzle close to bed at all when trying to print:
@phaedrux
It resets whether or not its connected online or to usb And yes i downloaded:
DuetWebControl-1.21.2-b1.zip &
Duet2CombinedFirmware.binand i also updated the wifi server Also
So you're saying if you disconnect everything from the board and then connect it to your computer via USB it will just continuously power cycle?
-
If it resets continuously, please try starting the Duet with the SD card removed and try to connect via USB. If that works and it no longer keeps rebooting, send M122 and post the software reset data and stack trace here so that I can diagnose the problem. Then run the commands in config.g manually one at a time to see which one causes the reset.
-
@dc42
Is the Software reset data and stack trace what i will get from the M122 Command? -
@dc42 @Phaedrux
RepRapFirmware for Duet 2 WiFi/Ethernet Version 2.01beta1(RTOS) dated 2018-06-23b1<LF><LF>Executing config.g...Error: M587: Failed to add SSID to remembered list<LF>HTTP is enabled on port 80<LF>FTP is disabled<LF>TELNET is disabled<LF><LF>Done!<LF>RepRapFirmware for Duet 2 WiFi/Ethernet is up and running.<LF>WiFi module started<LF>WiFi module is c -
Yes. M122 is a dump of diagnostic information
-
-
@puppet172 I think he means that you should send each line of the config.g file over the USB terminal connection one at a time. If there is a command in there that is causing it to reset, you'll know when you send it.
It looks like you're getting an error on your M587 command to add an SSID. Maybe comment out that command and try again?
-
-
-
@puppet172 said in Cant get my nozzle close to bed at all when trying to print:
@phaedrux @dc42
Is there anyway to edit that with it still reseting?You can remove the SD card and put it in your computer and edit the file with notepad.
-
@phaedrux
When ever i plug the sd card into the computer it just gives me the directory name is invalid. I have the mircro SD in an adapter and then i am plugging it into the computer -
@phaedrux
Ok i have the card open now so i want to edit the config.g? -
@Phaedrux
Thats the Network one but i commented it and now its connected but im not getting anything back From YAT when i out in a command like M122 -
With that command commented out does the duet keep resetting?
-
@phaedrux
No -
-
@puppet172 said in Cant get my nozzle close to bed at all when trying to print:
@dc42 @Phaedrux
RepRapFirmware for Duet 2 WiFi/Ethernet Version 2.01beta1(RTOS) dated 2018-06-23b1<LF><LF>Executing config.g...Error: M587: Failed to add SSID to remembered list<LF>HTTP is enabled on port 80<LF>FTP is disabled<LF>TELNET is disabled<LF><LF>Done!<LF>RepRapFirmware for Duet 2 WiFi/Ethernet is up and running.<LF>WiFi module started<LF>WiFi module is cPlease change the Text Settings in YAT to recognise LF only as the line end sequence. Then the output will be split into multiple lines.