G28 X took too long to respond
-
Is your printer a bed slinger - that is to say the bed moves back and forth on the Y axis?
Frederick
-
@fcwilt That's correct
-
@eegroeg said in G28 X took too long to respond:
@fcwilt That's correct
Hmm...
I've not dealt with that type before - I'm not sure how to set M671 when the Y position of the lead screws is variable. But it may make no difference since you can only level the bed on the X axis so perhaps Y0:0 is correct.
So if bed leveling is working let's move on.
Since you may have made changes to config.g please post it again.
Thanks.
Frederick
-
Please see config.g below
The X axis is still giving the same error when I try to home it. It worked fine before with this config.g file so I am concerned if there is an issue with my board.
; Configuration file for Duet 3 (firmware version 3) ; executed by the firmware on start-up ; ; generated by RepRapFirmware Configuration Tool v3.2.3 on Sat Jun 26 2021 12:17:58 GMT+0100 (British Summer Time) ; General preferences G90 ; send absolute coordinates... M83 ; ...but relative extruder moves M550 P"My Printer" ; set printer name ; Network M552 P0.0.0.0 S1 ; enable network and acquire dynamic address via DHCP M586 P0 S1 ; enable HTTP M586 P1 S0 ; disable FTP M586 P2 S0 ; disable Telnet ; Drives M569 P0.0 S1 ; physical drive 0.0 goes forwards M569 P0.1 S1 ; physical drive 0.1 goes forwards M569 P0.2 S1 ; physical drive 0.2 goes forwards M569 P0.3 S1 ; physical drive 0.3 goes forwards M584 X0.0 Y0.1 Z0.2:0.4 E0.3 ; set drive mapping two Z motors connected to driver outputs Z and E1 M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation M92 X133.33 Y133.33 Z5120.00 E420.00 ; 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 E1200.00 ; set maximum speeds (mm/min) M201 X500.00 Y500.00 Z20.00 E250.00 ; set accelerations (mm/s^2) M906 X800 Y800 Z800 E800 I30 ; set motor currents (mA) and motor idle factor in per cent M84 S30 ; Set idle timeout ; Axis Limits M208 X0 Y0 Z0 S1 ; set axis minima M208 X550 Y1054 Z800 S0 ; set axis maxima ; Endstops M574 X1 S1 P"io0.in" ; configure active-high endstop for low end on X via pin io0.in M574 Y1 S1 P"io1.in" ; configure active-high endstop for low end on Y via pin io1.in M574 Z2 S1 P"io2.in" ; configure active-high endstop for high end on Z via pin io2.in ; Z-Probe M950 S0 C"io6.out" ; create servo pin 0 for BLTouch M558 P9 C"^io6.in" H5 F120 T6000 ; set Z probe type to bltouch and the dive height + speeds G31 P500 X0 Y0 Z2.5 ; set Z probe trigger value, offset and trigger height M557 X15:215 Y15:195 S20 ; define mesh grid ; Heaters ;M308 S0 P"temp0" Y"thermistor" T100000 B4138 ; configure sensor 0 as thermistor on pin temp0 ;M950 H0 C"out0" T0 ; create bed heater output on out2 and map it to sensor 0 ;M307 H0 B1 S1.00 ; enable bang-bang mode for the bed heater and set PWM limit ;M140 H0 ; map heated bed to heater 0 ;M143 H0 S120 ; set temperature limit for heater 0 to 120C M308 S1 P"temp1" Y"thermistor" T100000 B4725 C7.06e-8 ; configure sensor 1 as thermistor on pin temp1 M950 H1 C"out1" T1 ; create nozzle heater output on out1 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"out4" Q500 ; create fan 0 on pin out4 and set its frequency M106 P0 S0 H-1 ; set fan 0 value. Thermostatic control is turned off M950 F1 C"out5" Q500 ; create fan 1 on pin out5 and set its frequency M106 P1 S1 H1 T45 ; set fan 1 value. Thermostatic control is turned on M950 F2 C"out6" Q500 ; create fan 2 on pin out6 and set its frequency M106 P2 S1 H1 T45 ; set fan 2 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 ; Bed levelling using multiple independent Z motors M671 X-20:220 Y0:0 S0.5 ; leadscrews at left (connected to Z) and right (connected to E1) of X axis
-
Curious.
If it was a board problem then swapping, say, X and Y connections to the board and updating the configuration to reflect that change, should move the problem to the Y stepper.
But you say that doesn't happen?
Frederick
-
That's right, it's really got me stuck.
-
@eegroeg said in G28 X took too long to respond:
That's right, it's really got me stuck.
And you checked the connections for the X stepper as I recall.
Do you have another stepper you could connect to the board for X to see if the problem is the stepper itself?
Frederick
-
Was going through the very basics and tried re configuring drivers again and looks like I'm getting nothing now from driver 0 now...
With the board being under warranty would this be able to be replaced?
-
I have got the X axis moving now via the other drivers which is strange, haven't done anything different than when I did this last time and got nothing!? No luck so far with anything on driver 0
-
@eegroeg said in G28 X took too long to respond:
Was going through the very basics and tried re configuring drivers again and looks like I'm getting nothing now from driver 0 now...
Well at least that makes more sense.
With the board being under warranty would this be able to be replaced?
I have no idea - you would have to ask @dc42 or @Phaedrux.
Frederick
-
-
@eegroeg said in G28 X took too long to respond:
@fcwilt Thank you for all your help. Yes thankfully thinks start to make a bit more sense I will get in touch with @dc42 to ask about the warranty.
Many thanks.
Sorry we couldn't actually fix the problem.
Frederick
-
I'll take a closer look through your thread later today.
-
Hi, please post the results of sending M122 and M98 P"config.g" in the gcode console.
When and where did you purchase your Duet?
Can you confirm what happens if you swap the X and Y steppers and drivers?
It sounds like now you get no errors or movement from driver 0?
Can you tell if the driver 0 chip is getting hot?
Can you get a photo of the board, particularly around driver 0? Do you notice any damage to the chip? Like a pock mark?
-
Please see M122 and M98 below. I purchased Duet a month or so ago, only just in the past week actually unpacked it and started to use it for my project. It was purchased from E3D.
When swapping the drivers now nothing happens and I get a G28 X too long to respond message with the warning that repeats several times until I reset the board or get the "Error: Homing failed" message:
Warning: motor phase A may be disconnected reported by driver(s) 0
Warning: motor phase B may be disconnected reported by driver(s) 0The chip doesn't seem to get hot and there are no marks as far as I can see. (Please see photo attached.)
M122 === Diagnostics === RepRapFirmware for Duet 3 MB6HC version 3.3 (2021-06-15 21:45:47) running on Duet 3 MB6HC v1.01 or later (standalone mode) Board ID: 08DJM-956L2-G43S8-6J9DG-3S46K-KV2LD Used output buffers: 1 of 40 (11 max) === RTOS === Static ram: 150904 Dynamic ram: 91852 of which 40 recycled Never used RAM 111396, free system stack 206 words Tasks: NETWORK(ready,29.9%,254) ETHERNET(notifyWait,0.1%,117) HEAT(delaying,0.0%,331) Move(notifyWait,0.0%,352) CanReceiv(notifyWait,0.0%,944) CanSender(notifyWait,0.0%,374) CanClock(delaying,0.0%,339) TMC(notifyWait,7.5%,93) MAIN(running,62.2%,1096) IDLE(ready,0.2%,29), total 100.0% Owned mutexes: HTTP(MAIN) === Platform === Last reset 00:01:08 ago, cause: power up Last software reset at 2021-07-10 18:45, reason: User, GCodes spinning, available RAM 108364, slot 2 Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x0044a000 BFAR 0x00000000 SP 0x00000000 Task MAIN Freestk 0 n/a Error status: 0x00 Step timer max interval 131 MCU temperature: min 27.7, current 39.3, max 39.4 Supply voltage: min 23.7, current 23.7, max 23.8, under voltage events: 0, over voltage events: 0, power good: yes 12V rail voltage: min 12.0, current 12.1, max 12.1, under voltage events: 0 Heap OK, handles allocated/used 0/0, heap memory allocated/used/recyclable 0/0/0, gc cycles 0 Driver 0: position 0, standstill, reads 52797, writes 14 timeouts 0, SG min/max 0/0 Driver 1: position 0, standstill, reads 52797, writes 14 timeouts 0, SG min/max 0/0 Driver 2: position 0, standstill, reads 52798, writes 14 timeouts 0, SG min/max 0/0 Driver 3: position 0, standstill, reads 52798, writes 14 timeouts 0, SG min/max 0/0 Driver 4: position 0, standstill, reads 52798, writes 14 timeouts 0, SG min/max 0/0 Driver 5: position 0, standstill, reads 52801, writes 11 timeouts 0, SG min/max 0/0 Date/time: 2021-07-16 21:46:16 Slowest loop: 4.57ms; fastest: 0.05ms === Storage === Free file entries: 10 SD card 0 detected, interface speed: 25.0MBytes/sec SD card longest read time 2.3ms, write time 0.0ms, max retries 0 === Move === DMs created 125, maxWait 0ms, bed compensation in use: none, comp offset 0.000 === MainDDARing === Scheduled moves 0, completed moves 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1 === AuxDDARing === Scheduled moves 0, completed moves 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1 === Heat === Bed heaters = -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1, chamberHeaters = -1 -1 -1 -1 === GCodes === Segments left: 0 Movement lock held by null HTTP is ready with "M122 " 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 SBC is idle in state(s) 0 Daemon is idle in state(s) 0 Aux2 is idle in state(s) 0 Autopause is idle in state(s) 0 Code queue is empty. === CAN === Messages queued 615, received 0, lost 0, longest wait 0ms for reply type 0, peak Tx sync delay 0, free buffers 49 (min 49), ts 343/0/0 Tx timeouts 0,0,342,0,0,271 last cancelled message type 4514 dest 127 === Network === Slowest loop: 4.37ms; fastest: 0.02ms Responder states: HTTP(0) HTTP(0) HTTP(0) HTTP(0) HTTP(0) HTTP(0) FTP(0) Telnet(0), 0 sessions Telnet(0), 0 sessions HTTP sessions: 1 of 8 - Ethernet - State: active Error counts: 0 0 0 0 0 Socket states: 5 2 2 2 2 0 0 0
M98 P"config.g" HTTP is enabled on port 80 FTP is disabled TELNET is disabled
-
@eegroeg said in G28 X took too long to respond:
When swapping the drivers now nothing happens and I get a G28 X too long to respond message with the warning that repeats several times until I reset the board or get the "Error: Homing failed" message:
Warning: motor phase A may be disconnected reported by driver(s) 0
Warning: motor phase B may be disconnected reported by driver(s) 0Can you swap the X and Y motor plugs with each other and then send these commands to test movement. If you have the motors connected to belts it would be best to free them first.
G92 X100 Y100
G91
G1 X10
G1 Y10Do either motors move? Do you get any errors?
Trying to determine if the phase disconnected error is correct, which could just mean that a cable isn't making good contact. perhaps a bad crimp. We want to see if it will follow the motor or if it stays with the driver.
-
@phaedrux said in G28 X took too long to respond:
sorry for the delay, thanks for your response.
I tested all the above, no errors all commands are green.
The only command which had any movement was G1 Y10 so it seems nothing is happening from driver 0.
Iβm happy to try anything else, please let me know what the next options are
-
It would seem that a driver has failed prematurely. Please send an email toΒ warranty@duet3d.comΒ and CC your reseller. Include a link to this forum thread and the details of your original purchase. You'll receive a reply with a form to fill out.