duet 2 wifi reported error auto reconnect failed
-
@Phaedrux said in duet 2 wifi reported error auto reconnect failed:
M98 P"config.g"
M98 P"config.g"
HTTP is enabled on port 80
FTP is disabled
TELNET is disabled -
; Configuration file for Duet WiFi (firmware version 1.21)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v3.1.9 on Sun Nov 29 2020 14:26:01 GMT+0100 (Mitteleuropäische Normalzeit); General preferences
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
M550 P"SILENT GOLIATH" ; set printer name; Network
M552 S1 ; enable network
M586 P0 S1 ; enable HTTP
M586 P1 S0 ; disable FTP
M586 P2 S0 ; disable Telnet; Drives
M569 P0 S1 ; physical drive 0 goes forwards
M569 P1 S1 ; physical drive 1 goes forwards
M569 P2 S1 ; physical drive 2 goes forwards
M569 P3 S1 ; physical drive 3 goes forwards
M584 X0 Y1 Z2 E3 ; set drive mapping
M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
M92 X80.00 Y80.00 Z400.00 E141,12 ; set steps per mm
M566 X900.00 Y900.00 Z60.00 E120.00 ; set maximum instantaneous speed changes (mm/min)
M203 X6000.00 Y6000.00 Z180.00 E2000 ; set maximum speeds (mm/min)
M201 X800 Y800 Z250 E1250 ; Set accelerations (mm/s^2)
M906 X1500 Y1500 Z1500 E1000 I35 ; set motor currents (mA) and motor idle factor in per cent
M84 S35 ; Set idle timeout; Axis Limits
M208 X0 Y0 Z0 S1 ; set axis minima
M208 X400 Y400 Z400 S0 ; set axis maxima; Endstops
M574 X1 Y1 S1 ; X home to min. Y home to max. Normally Closed limit switches.
M574 Z1 S2 ; Define Z to use Probe. Home to Min; Z-Probe
M558 P5 H5 F500 T4000 X0 Y0 Z1 ; Set Z probe type/mode 5. H=Dive Height. F=Speed the bed moves
G31 P25 X45.1 Y-2.5 Z3.220 ; Z probe trigger value, offset in relation to nozzle. And trigger height adjustment
M557 X5:205 Y5:165 S20 ; Define mesh grid; BLTouch - Heaters
M307 H7 A-1 C-1 D-1 ; Disable the 7th Heater to free up PWM channel 5 on the Duex board.
M305 P0 T100000 B4138 R4700 ; set thermistor + ADC parameters for heater 0
M143 H0 S120 ; set temperature limit for heater 0 to 120C
M305 P1 T100000 B4138 R4700 ; set thermistor + ADC parameters for heater 1
M143 H1 S280 ; set temperature limit for heater 1 to 280C; Fans
M106 P0 S0 I0 F500 H-1 ; set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
M106 P1 S1 I0 F500 H1 T45 ; set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on; Tools
M563 P0 D0 H1 F0 ; define tool 0
G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets
G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C; Custom settings are not defined
-
When it appears to be frozen can you connect via USB terminal and see if it's still operating?
-
Hi Guys,
So i will report you, i don´t know why.
I have not changed settings or so on.
But till now the connection is stable and no connection lost anymore.
Will keep you informed. -
Dear Friends
I am sorry to ask you again for help.
I was not able to print a few weeks.
But this issue is not happen again.Now i have 2 printers , both with Duet 2 wifi.
I noticed, this happens when the wifi is down from the router for a few seconds, and come back.
Then both duet´s don´t conect again.
And Panel is frozen , touch is working, but this will not adjust something on the board.I mean in this moment, when i give the command for example M552 nothing happens.
Please help me.
Thank guys.
-
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 ?