@phaedrux It was indeed the fuse, its back working after the 7.5amp fuse was replaced. The Smart Effector was replaced also, just in case. I've also reviewed the wiring and can't see anywhere there might be an issue. Since I've verified the wiring, I'd like to post my config.g just to see if there is something messed up in software:
; Configuration file for Duet WiFi (firmware version 3)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v3.2.3 on Wed Mar 17 2021 10:36:18 GMT-0500 (Central Daylight Time)
; General preferences
G90 ; send absolute coordinates...
M83 ; sets extruder moves relative
M550 P"Predator_PS" ; set printer name
M665 R227 L439.46 B185 H443.347 ; Set delta radius, diagonal rod length, printable radius and homed height
M666 X0 Y0 Z0 A0.00 B0.00 ; put your endstop adjustments here, or let auto calibration find them
; 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 Z160.00 E873.08 ; set steps per mm
M566 X1200.00 Y1200.00 Z1200.00 E1200.00 ; set maximum instantaneous speed changes (mm/min)
M203 X18000.00 Y18000.00 Z18000.00 E1200.00 ; set maximum speeds (mm/min)
M201 X1000.00 Y1000.00 Z1000.00 E1000.00 ; set accelerations (mm/s^2)
M906 X1400 Y1400 Z1400 E1000 I30 ; set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout
; Axis Limits
M208 Z0 S1 ; set minimum Z
; Endstops
M574 X2 S1 P"xstop" ; configure active-high endstop for high end on X via pin xstop
M574 Y2 S1 P"ystop" ; configure active-high endstop for high end on Y via pin ystop
M574 Z2 S1 P"zstop" ; configure active-high endstop for high end on Z via pin zstop
; Z-Probe
M558 P8 R0.4 C"zprobe.in+zprobe.mod" F1200 T6000 ; set Z probe type to unmodulated and the dive height + speeds
;M558 H5
G31 P100 X0 Y0 Z-0.14 ; set Z probe trigger value, offset and trigger height
M557 R175 S30 ; define mesh grid
; Hotend
M308 S1 P"e0temp" Y"thermistor" T100000 B3950 ; sensor 1
M950 H1 C"e0heat" T1 ; create heater and map sensor 1
M143 H1 S270 ; Set temperature limit for heater 1 to 270C
; Bed Heater
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 A137.8 C533.3 D1.5 V24.3 B0 ; Disable bang-bang mode for the bed heater and set PWM limit
M305 P1 T100000 B4300 C0 R4700 ; Set thermistor + ADC parameters for heater 0
M140 H0 ; map heated bed to heater 0
M143 H0 S105 ; Set temperature limit for heater 0 to 105C
; 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
; Extruder
M404 N1.75 ; Set for print monitor
M569 P3 S1 ; Drive 3 goes forwards
M592 X160.00 Y160.00 Z160.00 E830 ; Set steps per mm
M572 D0 S0.1 ; Pressure Advance on Extruder
M500 ; store setting
; Miscellaneous
M575 P1 S1 B57600 ; enable support for PanelDue
M501 ; Load saved parameters from non-volatile memory
; Filament monitoring
M591 P2 C"e1stop" S1 D0 ; Activate filament sensor connected to E1 endstop
M581 T1 S0 R0 E1 ; trigger for filament runout sensor, T4 = trigger number
;M591 D4 P2 C4 ; filament monitor connected to E1_stop
; Estop button
M950 J0 C"!^E0stop" ; Input 0 uses e0Stop pin, inverted, pullup enabled
M581 E0 P"E0stop" S0 T1 C1 ; Estop command, (E0) monitor Extruder 0, (P7) pin name, (S1) trigger on active-inactive edge, (T1) pause command, (C1) monitor during printing
M581 E0 P"E0stop" S1 T9 C1 ; (T9) Activate 'trigger9.g', (E2)Monitor Estop 2, (S1)Trigger on raising edge, (C1)Only during print. This is the 2nd estop command, when condition changes it launches "trigger9.g"