Suddenly my extruder stopped working - Driver Issue???
-
Suddenly my extruder stopped working. I thought it was some cable as I saw the connector was a little deformed. I was using the E3 next to the headter connectors. Now I bought new cables and tried it and it does not work. Also tried E4.
I get "Warning: Driver 4 warning: phase A may be disconnected, phase B may be disconnected" in the console
I tried another cable. Nope. I tried another motor, nope. So I tried this motor in another driver and the motor works.
Should I consider the drivers are both gone? I do not see any marks on the board.
M122 showed low sg on the driver 3 and 4. I updated to the latest firmware just in case as I was on 3.2
Nothing.
Still the same, thus now the sg max does not show in the m122.Here is the m122 with driver 4.
m122 === Diagnostics === RepRapFirmware for Duet 2 WiFi/Ethernet version 3.5.2 (2024-06-11 17:13:43) running on Duet WiFi 1.02 or later Board ID: 08DGM-917NK-F23T0-6J9FL-3SN6J-KD8WG Used output buffers: 15 of 26 (25 max) === RTOS === Static ram: 23384 Dynamic ram: 72896 of which 12 recycled Never used RAM 16708, free system stack 150 words Tasks: NETWORK(2,nWait 6,14.7%,222) HEAT(3,nWait 5,0.0%,328) Move(4,nWait 5,0.0%,312) MAIN(1,running,84.5%,742) IDLE(0,ready,0.7%,29), total 100.0% Owned mutexes: WiFi(NETWORK) === Platform === Last reset 00:02:11 ago, cause: software Last software reset at 2024-09-06 21:10, reason: User, Gcodes spinning, available RAM 13736, slot 2 Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x0041f000 BFAR 0xe000ed38 SP 0x00000000 Task MAIN Freestk 0 n/a Error status: 0x00 MCU temperature: min 29.0, current 29.5, max 30.5 Supply voltage: min 24.0, current 24.1, max 24.3, under voltage events: 0, over voltage events: 0, power good: yes Heap OK, handles allocated/used 0/0, heap memory allocated/used/recyclable 0/0/0, gc cycles 0 Events: 2 queued, 2 completed Driver 0: standstill, SG min n/a Driver 1: standstill, SG min n/a Driver 2: standstill, SG min n/a Driver 3: standstill, SG min n/a Driver 4: standstill, SG min 0 Driver 5: Driver 6: Driver 7: Driver 8: Driver 9: Driver 10: Driver 11: Date/time: 2024-09-06 21:12:28 Cache data hit count 4294967295 Slowest loop: 7.68ms; fastest: 0.18ms I2C nak errors 0, send timeouts 0, receive timeouts 0, finishTimeouts 0, resets 0 === Storage === Free file entries: 10 SD card 0 detected, interface speed: 20.0MBytes/sec SD card longest read time 0.8ms, write time 0.0ms, max retries 0 === Move === DMs created 83, segments created 6, maxWait 86954ms, bed compensation in use: mesh, height map offset 0.000, max steps late 0, min interval 0, bad calcs 0, ebfmin 0.00, ebfmax 0.00 no step interrupt scheduled Moves shaped first try 0, on retry 0, too short 0, wrong shape 0, maybepossible 0 === DDARing 0 === Scheduled moves 3, completed 3, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 2], CDDA state -1 === Heat === Bed heaters 0 -1 -1 -1, chamber heaters -1 -1 -1 -1, ordering errs 0 Heater 1 is on, I-accum = 0.0 === GCodes === Movement locks held by null HTTP is idle in state(s) 0 Telnet is idle in state(s) 0 File is idle in state(s) 0 USB is idle in state(s) 0 Aux is idle in state(s) 0 Trigger is idle in state(s) 0 Queue is idle in state(s) 0 LCD is idle in state(s) 0 Daemon is idle in state(s) 0 Autopause is idle in state(s) 0 Q0 segments left 0 Code queue 0 is empty === Network === Slowest loop: 133.66ms; fastest: 0.00ms Responder states: HTTP(0) HTTP(0) HTTP(0) FTP(0) Telnet(0) HTTP sessions: 2 of 8 === WiFi === Interface state: active Module is connected to access point Failed messages: pending 0, notrdy 0, noresp 0 Firmware version 2.1.0 MAC address b4:e6:2d:52:f5:85 Module reset reason: Turned on by main processor, Vcc 3.42, flash size 4194304, free heap 39696 WiFi IP address 192.168.0.53 Signal strength -41dBm, channel 11, mode 802.11n, reconnections 0 Clock register 00002002 Socket states: 0 0 0 0 0 0 0 0
Weird how after moving the motors there is no sg values? Maybe I messed up the firmware update?
Any ideas?
Photos of the board attached
-
Here are the motor -driver cable In case sou see something I don't.
Thank you!
-
Here is the config.g in case you think there is an issue there
; Configuration file for Duet WiFi (firmware version 3) ; executed by the firmware on start-up ; ; generated by RepRapFirmware Configuration Tool v3.4.1 on Fri Sep 06 2024 20:53:06 GMT+0300 (Eastern European Summer Time) ; General preferences G90 ; send absolute coordinates... M83 ; ...but relative extruder moves M550 P"GCore" ; set printer name M669 K1 ; select CoreXY mode ; 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 X160.00 Y160.00 Z3200.00 E830.00 ; set steps per mm M566 X900.00 Y900.00 Z60.00 E120.00 ; set maximum instantaneous speed changes (mm/min) M203 X180000.00 Y180000.00 Z18000.00 E360000.00 ; set maximum speeds (mm/min) M201 X3000.00 Y3000.00 Z30.00 E4000.00 ; set accelerations (mm/s^2) M906 X2000 Y2000 Z2000 E1400 I30 ; set motor currents (mA) and motor idle factor in per cent M84 S30 ; Set idle timeout ; Axis Limits M208 X-140 Y-140 Z0 S1 ; set axis minima M208 X145 Y145 Z280 S0 ; set axis maxima ; Endstops M574 X1 S1 P"xstop" ; configure switch-type (e.g. microswitch) endstop for low end on X via pin xstop M574 Y1 S1 P"ystop" ; configure switch-type (e.g. microswitch) endstop for low end on Y via pin ystop M574 Z1 S2 ; configure Z-probe endstop for low end on Z ; Z-Probe M558 P1 C"zprobe.in" H5 F120 T6000 ; set Z probe type to unmodulated and the dive height + speeds M558 H30 ;*** Remove this line after delta calibration has been done and new delta parameters have been saved G31 P500 X0 Y0 Z2.5 ; set Z probe trigger value, offset and trigger height M557 X-125:125 Y-125:125 S20 ; define mesh grid ; Heaters M308 S0 P"bedtemp" Y"thermistor" T100000 B4138 ; configure sensor 0 as thermistor on pin bedtemp M950 H0 C"bedheat" T0 ; create bed heater output on bedheat and map it to sensor 0 M307 H0 B0 S1.00 ; disable bang-bang mode for the bed heater and set PWM limit M140 H0 ; map heated bed to heater 0 M143 H0 S140 ; set temperature limit for heater 0 to 140C M308 S1 P"e0temp" Y"thermistor" T100000 B4138 ; configure sensor 1 as thermistor on pin e0temp M950 H1 C"e0heat" T1 ; create nozzle heater output on e0heat and map it to sensor 1 M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit M143 H1 S280 ; set temperature limit for heater 1 to 280C ; Fans M950 F0 C"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency M106 P0 S0 H-1 ; set fan 0 value. Thermostatic control is turned off M950 F1 C"fan1" Q500 ; create fan 1 on pin fan1 and set its frequency M106 P1 S1 H1 T45 ; set fan 1 value. 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 ; Miscellaneous M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; set voltage thresholds and actions to run on power loss
-
@GPetropoulos said in Suddenly my extruder stopped working - Driver Issue???:
I get "Warning: Driver 4 warning: phase A may be disconnected, phase B may be disconnected" in the console
I tried another cable. Nope. I tried another motor, nope. So I tried this motor in another driver and the motor works.
This does sound like a failed driver. Either internally the driver failed or there was an intermitent connection on the wiring that may have done some damage.
Just to be sure though, how did you test the motor on an alternate driver? Did you remap the driver for E in the M584 command?
-
@Phaedrux Yes. I remapped the driver. I also just connected the motor to another driver from xy without remapping, and connected the y motor to drive 4 while it was mapped for extruder. In all cases driver 3 and 4 show the same.
Any way to make sure it is gone? I get the same in drives 3 and 4 so I have no driver left for the extruder.
What are my options here?
-
Unfortunately it sounds like the drivers have failed.
Assuming you are outside of the warranty window, your options are
- Replace the board
- Add a Duex expansion for additional drivers
- Add external drivers
- Attempt to replace the drivers with hot air soldering
-
@Phaedrux I am definitely outside warranty. And I am in Greece so finding parts is not quite easy.
If I would attempt to replace the drivers you thing it would be solved or could it be a deeper issue in the board. I don't see any burn marks though.
Is there a way to confirm if the drivers are specifically at fault?
-
@GPetropoulos If I consider getting another board, is duet 3 mini the logical upgrade for 1z 1 x 1y and 1 extruder?
-
@GPetropoulos Yes the mini5+ would be the logical successor for a basic Duet 2 setup.
@GPetropoulos said in Suddenly my extruder stopped working - Driver Issue???:
If I would attempt to replace the drivers you thing it would be solved or could it be a deeper issue in the board.
Yes everything seems to point to the drivers. Can you think of anything that may have happened to cause an issue?
-
@Phaedrux No idea really. I remember it was saying high temp detected at driver 3 as it was the one I was using, but after I corrected the temp calculation for the mcu it stopped. Then suddenly one day it just stopped moving. Then I tried the driver 4 and it was doing the same too.. So it feels weird for both drivers 3 and 4 to be gone at the same time. Unless anything happened to driver 4 and I dont remember it.
Even then it is weird as the extruder motor is a pancake and was working at 1400 ma, while the motion steppers were working at 2A and never reported a temp issue.
-
@GPetropoulos said in Suddenly my extruder stopped working - Driver Issue???:
after I corrected the temp calculation for the mcu it stopped
What exactly did you do here?
-
@GPetropoulos said in Suddenly my extruder stopped working - Driver Issue???:
@GPetropoulos If I consider getting another board, is duet 3 mini the logical upgrade for 1z 1 x 1y and 1 extruder?
Yes, unless you need to use motor currents of 2A or greater.
-
@dc42 If I run the motion motors at 1.8A is it safe? I noticed it mentions 1.4 A and peak at 2A?
-
@GPetropoulos said in Suddenly my extruder stopped working - Driver Issue???:
1.8A is it safe?
Yes. You'll want to actively cool the board.
@GPetropoulos said in Suddenly my extruder stopped working - Driver Issue???:
high temp detected at driver 3
@GPetropoulos said in Suddenly my extruder stopped working - Driver Issue???:
I corrected the temp calculation for the mcu
Driver temp and MCU temp are two different things. The drivers have a warning temp and a shutdown temp. The MCU doesn't give a warning, and you do need to calibrate the temp for it to be accurate, but it's not the same as the driver temp.
If the driver temp warning was a one time thing and ran for a long time without issue it probably wasn't the cause. Was the board being actively cooled with a fan? Extended operation time without cooling may have been a factor.
-
@GPetropoulos I notice in your picture that most of your motor connectors are just the black dupont plugs going into the Duet, and that the one proper one has some scorch marks.
Whilst neither of these are a definite source of your fault, they are not ideal. It could be a poor connection in the connector (crimp or pin contact) caused overheating and/or a short? Not much you could do about it now, but it's worth taking the time over the wiring if you invest in a new board
-
@Phaedrux said in Suddenly my extruder stopped working - Driver Issue???:
e cause. Was the board being actively cooled with a fan? Extended operation time without cooling may have been a factor.
It was running like this for years. The board is not actively cooled as having a fan on it per se, but I have a fan running when we have hot weather in the closet where the printer is in.
The driver temp issue showed up a couple of times, but did not see it lately. It was working like normal and then stopped.
@engikeneer It has been set up like this for 5 years. Not sure if dupont is not good enough, but back when I built it many people used them instead of molex.
@Phaedrux Do you think my dupont connectors might be an issue?
@gloomyandy I added this
; CPU TEMP CALIBRATION ; M912 P0 S-11.6 ; MCU temperature sensor calibration offset (M112 to view current temp. Should match room temp.)
-
If the error seems to follow the driver and now the motor/cable then it would seem the connectors are alright and the fault is in the driver.