Stepper motor juddering after working fine.
-
Hi,
My Y axis is refusing to move, it's making a lot of noise and juddering back and forth, sometimes it moves in one direction but very loudly. The thing is everything was working perfectly a month ago when I last used my printer and today when I tried to print something the Y motor/driver just decided to not work.
I'm not sure if it's a faulty driver or wrong settings, but seeing as it was working perfectly it seems like the former. I have tried hooking up the motor to a different driver and then it seems to work perfectly. I've also hooked up the Y axis driver to another stepper motor and the same issue occurs where it's just juddering.
Working on 12 Powered by an ATX PSU. Working in SBC mode
=== Diagnostics === RepRapFirmware for Duet 3 Mini 5+ version 3.3 (2021-06-15 21:46:11) running on Duet 3 Mini5plus WiFi (SBC mode) Board ID: AVJ1J-G296U-D65J0-40KMJ-NQ03Z-7AP4A Used output buffers: 1 of 40 (24 max) === RTOS === Static ram: 102724 Dynamic ram: 93948 of which 0 recycled Never used RAM 47032, free system stack 152 words Tasks: SBC(ready,4.6%,327) HEAT(delaying,0.0%,366) Move(notifyWait,0.1%,305) CanReceiv(notifyWait,0.0%,941) CanSender(notifyWait,0.0%,371) CanClock(delaying,0.0%,340) TMC(notifyWait,0.7%,115) MAIN(running,93.8%,406) IDLE(ready,0.0%,29) AIN(delaying,0.8%,273), total 100.0% Owned mutexes: HTTP(MAIN) === Platform === Last reset 00:10:49 ago, cause: software Last software reset at 2021-10-21 12:57, reason: User, GCodes spinning, available RAM 44144, slot 0 Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x00000000 BFAR 0xe000ed38 SP 0x00000000 Task SBC Freestk 0 n/a Error status: 0x00 MCU revision 3, ADC conversions started 649786, completed 649786, timed out 0, errs 0 Step timer max interval 1273 MCU temperature: min 30.9, current 31.8, max 32.0 Supply voltage: min 12.0, current 12.0, max 12.1, 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 Driver 0: position 0, standstill, SG min/max 0/0, read errors 0, write errors 0, ifcnt 38, reads 14619, writes 0, timeouts 0, DMA errors 0 Driver 1: position 60000, standstill, SG min/max 2/266, read errors 0, write errors 0, ifcnt 46, reads 14616, writes 3, timeouts 0, DMA errors 0 Driver 2: position 0, standstill, SG min/max 0/0, read errors 0, write errors 0, ifcnt 40, reads 14619, writes 0, timeouts 0, DMA errors 0 Driver 3: position 0, standstill, SG min/max 4/4, read errors 0, write errors 0, ifcnt 40, reads 14618, writes 0, timeouts 0, DMA errors 0 Driver 4: position 0, standstill, SG min/max 112/112, read errors 0, write errors 0, ifcnt 38, reads 14619, writes 0, timeouts 0, DMA errors 0 Driver 5: position 0, assumed not present Driver 6: position 0, assumed not present
; Configuration file for Duet 3 Mini 5+ (firmware version 3) ; executed by the firmware on start-up ; ; generated by RepRapFirmware Configuration Tool v3.2.3 on Fri May 21 2021 19:45:29 GMT+0200 (Central European Summer Time) ; General preferences G90 ; send absolute coordinates... M83 ; ...but relative extruder moves M550 P"Anet-AM8" ; 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.0 S1 V0 ; physical drive 0.0 goes forwards M569 P0.1 S1 V0 ; physical drive 0.1 goes forwards M569 P0.2 S0 V0 ; physical drive 0.2 goes backwards M569 P0.3 S0 V0 ; physical drive 0.3 goes backwards M569 P0.4 S1 V0 ; physical drive 0.3 goes forwards M584 X0.0 Y0.1 Z0.2:0.3 E0.4 ; set drive mapping M350 X64 Y64 Z64 I1 ; configure microstepping with interpolation M92 X400.00 Y400.00 Z1600.00 E95.78544 ; set steps per mm M566 X600.00 Y600.00 Z18.00 E300.00 ; set maximum instantaneous speed changes (mm/min) M203 X6000.00 Y6000.00 Z180.00 E6000.00 ; set maximum speeds (mm/min) M201 X1500.00 Y1500.00 Z100.00 E10000.00 ; set accelerations (mm/s^2) M906 X500 Y500 Z500 E800 I30 ; set motor currents (mA) and motor idle factor in per cent M84 S30 ; Set idle timeout ; Axis Limits M208 X-2 Y0 Z0 S1 ; set axis minima M208 X220 Y220 Z240 S0 ; set axis maxima ; Endstops M574 X1 S1 P"!io1.in" ; configure active-high endstop for low end on X via pin io1.in M574 Y1 S1 P"!io0.in" ; configure active-high endstop for low end on Y via pin io0.in M574 Z1 S2 ; configure Z-probe endstop for low end on Z ; Z-Probe M558 P5 C"^!io3.in" H5 F120 T6000 ; set Z probe type to switch and the dive height + speeds G31 P500 X26.25 Y-1.75 Z0.8 ; set Z probe trigger value, offset and trigger height M557 X65:260 Y0:220 S40 ; define mesh grid ; Heaters M308 S0 P"temp0" Y"thermistor" T100000 B4725 C7.06e-8 ; configure sensor 0 as thermistor on pin temp1 M950 H0 C"out0" T0 ; create bed heater output on out0 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 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 temp0 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 S275 ; set temperature limit for heater 1 to 275C ; Fans M950 F0 C"out5" Q500 ; create fan 0 on pin out4 and set its frequency M106 P0 S0 H1 T45 ; set fan 0 value. Thermostatic control is turned on M950 F1 C"out6" Q500 ; create fan 1 on pin out5 and set its frequency M106 P1 S0 H-1 ; set fan 0 value. Thermostatic control is turned off ; 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 T0 ; select first tool M501
-
@jderp check your wiring as its probably a loose or damaged cable
-
@jay_s_uk said in Stepper motor juddering after working fine.:
@jderp check your wiring as its probably a loose or damaged cable
I can't believe it was as simple as that. There was indeed a bad connection on one of the wires.