duet 2 wifi reported error auto reconnect failed
-
It happens between the printer is printing, but the print will go to the end ,
result is good, but wifi connection is not working anymore till i switch off and on the printer.Also i try to connect printer between printing via USB and Prontaface.
Not possible to conenct the Printer.
(In Device Manager Printer is there when i connect USB )So please help me
-
What does it say on the PanelDue in the top right corner when it's not responding?
After this is happened are you able to power cycle the duet and connect again?
After you re-connect can you send M122 and post the result?
-
@Phaedrux
Thank you for your reply.In the right corner is written printing.
When i switch off and on the printer, everything is all right and working.
Also if i disconnect the panel and connect it between this happen, same result.
On both printer.
-
Considering you're still running firmware 2.05 I might suggest updating to take advantage of bug fixes and improvements since then. However updating to RRF3 would require some changes to your config files. If your printer is fairly standard you should be able to create a new config set using the online tool and make any needed changes to that.
If you wish to test it out.
If you still have access to DWC. Upload these 3 zip files, one at a time in the system tab. Don't extract them. Reboot after each. Use M115 to verify the firmware has been applied.
https://github.com/Duet3D/RepRapFirmware/releases/download/2.05.1/Duet2Firmware-2.05.1.zip
https://github.com/Duet3D/RepRapFirmware/releases/download/3.0/Duet2and3Firmware-3.0.zip
https://github.com/Duet3D/RepRapFirmware/releases/download/3.2/Duet2and3Firmware-3.2.zip
That will get your firmware and DWC up to date.For your config, might be a good idea to run through the configurator tool and generate a fresh set for RRF3.
https://configtool.reprapfirmware.org/Starthttps://duet3d.dozuki.com/Wiki/RepRapFirmware_3_overview
You'll also need to update the PanelDue firmware.
-
@Phaedrux
Sounds good !
I already try it in the morning, but without your steps.
And i got the problem that the temperatures of heaters was not present, or -273
Do you mean a new online configuration solve this temperature issue?After i set with online tool my config,
Can i use my old config special settings? -
@uneumann36 said in duet 2 wifi reported error auto reconnect failed:
Can i use my old config special settings?
Mostly. Some commands might need to be modified.
-
Yeah, i will do this after my finished print.
Hope it will work with my limited knowledge ! Smile.
I case not, i hope i can contact you again. -
It will help to do some reading in advance. Also generate a new config using the tool before you start then compare what it generates to what you have now to see the differences.
Example of RRF2 and RRF3 files: https://github.com/Duet3D/RRF-machine-config-files/tree/master/DBotCoreXY
-
So , i want to tell some things about this forum and you!
I am so happy to get this kind of great support, this is absolute wonderful.
I am a technician in technical support worldwide, but you, this is great.
And all this support is free of charge!
Thank you verry verry much!!!!But i know thank you is not all!
Please let me know how i can aid you and this forum.Special Thank`s from germany.
-
@uneumann36 said in duet 2 wifi reported error auto reconnect failed:
Please let me know how i can aid you and this forum.
Pay it forward. Once you have a good understanding of what you're doing, spend some time helping other beginners get started.
-
@Phaedrux
So, i will report that the update to V3.2 is done.
Also i make a new Cofig via tool, bring on my printer, and it is working.
So i change some settings in the config to get my printer in near old conditions.So printer work fine via DWC
I try to update Panel also Via Bossa and USB.
I try a lot a Software Versions but no one is working!
In best conditions i got the screen shows everything, but no connection to Duet2Wifi!What can i do??
-
Is there anyone who has an idea?
-
@Phaedrux said in duet 2 wifi reported error auto reconnect failed:
@uneumann36 said in duet 2 wifi reported error auto reconnect failed:
Please let me know how i can aid you and this forum.
Pay it forward. Once you have a good understanding of what you're doing, spend some time helping other beginners get started.
-
did you enable paneldue support ?
M575 P1 S1 B57600 ; enable support for PanelDue
-
Sorry for the Question, what does ist mean ?
-
@uneumann36 said in duet 2 wifi reported error auto reconnect failed:
In best conditions i got the screen shows everything, but no connection to Duet2Wifi!
The PanelDue will need to be at least version 1.24 or higher, and you will need
M575 P1 B57600 S1
in the config.g to enable the paneldue in RRF3. This may already be there if you selected Enable PanelDue support in the config tool. -
@Phaedrux said in duet 2 wifi reported error auto reconnect failed:
M575 P1 B57600 S1
Oh Man!
Yes ecatly this was the reason.
It works now, thank you very much.