Hi Guys,
I recently went to turn on my printer and the 2 steppers I have connected to P5 and P6 (dual Z) are not responding and wifi is not working either. No other steppers are currently connected. I ran M115 and it looks like it's not reading my Duex5 for some reason (plus whatever else the report entails) and the 2 heater LEDs closest to VIN are lit when the board is powered on. Also seeming to indicate there is an issue with the expansion board are the results from M122 P101 which came back "Expander status 0000". My PanelDue is still working, so that's good
I honestly think the only thing I did since the last time it was working was to remove the SD card and remap my X and Y drives for my new setup and after restarting it, I am where I am now. I tried reverting back to the previous config but to no avail so I'm not sure the problem is there, but I'd be lying if I said I had any idea what is happening right now lol The report is below, apologies for the image, my printer is in a different room than my regular computer.
Possibly related but maybe not.... but I'm in the process of re-doing my setup so I've disconnected everything except for the 2 Z steppers and 1 limit switch, leaving the wires themselves still connected to the board though since there is a separate connection point nearer to the motors and extruder so that is where they were disconnected.
Anyhow, any help would be really appreciated and hopefully I didn't bin it
.......Config below......
; Configuration file for Duet WiFi (firmware version 1.17)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool on Fri May 05 2017 18:12:44 GMT-0700 (Pacific Daylight Time)
; General preferences
M111 S0 ; Debugging off
G21 ; Work in millimetres
G90 ; Send absolute coordinates...
M83 ; ...but relative extruder moves
M555 P1 ; Set firmware compatibility to look like RepRapFirmare
M208 X0 Y0 Z0 S1 ; Set axis minima
M208 X1500 Y500 Z1500 S0 ; Set axis maxima
; Endstops
M574 X1 Y1 E1 Z0 S1 ; Define active low and unused microswitches
M558 P5 X0 Y0 Z1 H5 F120 T6000 ; Set Z Probe to type Switch or Digital output where Z probe connector is used. Used for z only.;
G31 P50 X-30 Y-2 Z1.8 ; Set Z probe trigger value, offset and trigger height
M557 X30:1450 Y20:500 S45 ; Define mesh grid
; Drives
M569 P0 S0 ; Drive 0 goes backwards x dir
M569 P1 S1 ; Drive 1 goes backwards Y dir
M569 P2 S0 ; Drive 2 goes backwards
M569 P3 S0 ; Drive 3 goes forwards x dir
M569 P4 S0 ; Drive 4 goes backwards
M569 P5 S1 ; Drive 5 goes backwards Z dir
M569 P6 S0 ; Drive 6 goes forwards Z dir
M584 X0:3 Y1 Z5:6 E2:4 ; Apply custom drive mapping
M671 X-140:1670 Y370:370 S1.5 ; Tilt compensation/gantry leveling
M350 X64 Y64 Z64 E32:32 I1 ; Configure microstepping with interpolation
M92 X213.22 Y213.22 Z1008.56 E1335.98:1335.98 ; Set steps per mm
M566 X600 Y300 Z20 E120:120 ; Set maximum instantaneous speed changes (mm/min)
M203 X6000 Y3000 Z180 E1200:1200 ; Set maximum speeds (mm/min)
M201 X900 Y450 Z20 E250:250 ; Set accelerations (mm/s^2)
M906 X2200 Y2200 Z2200 E1680:1680 I30 ; Set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout
; Heaters
M143 S280 ; Set maximum heater temperature to 260C
M301 H0 S1.00 P10 I0.1 D200 T0.4 W180 B30 ; Use PID on bed heater (may require further tuning)
M305 P0 T100000 B4725 C7.06e-8 R4700 ; Set thermistor + ADC parameters for heater 0
M305 P1 T100000 B4725 C7.06e-8 R4700 ; Set thermistor + ADC parameters for heater 1
M305 P2 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 2
M307 H7 A-1 C-1 D-1 ; Disable Heater to use for BLTouch Servo
; Tools
M563 P0 D0 H1 ; Define tool 0
G10 P0 X0 Y0 Z0 ; Set tool 0 axis offsets
G10 P0 R160 S200 ; Set initial tool 0 active and standby temperatures to 0C
M563 P1 D1 H2 ; Define tool 1
G10 P1 X55 Y0 Z0 ; Set tool 1 axis offsets
G10 P1 R0 S0 ; Set initial tool 1 active and standby temperatures to 0C
; Network
M550 PMyDuet ; Set machine name
M552 P192.168.1.5 S1 ; Enable network and acquire dynamic address via DHCP
; Fans
M106 P0 S1 I0 F500 H1:2 T45 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned on
M106 P0.1 S1 I0 F500 H-1 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned off
M106 P2 S1 I0 F500 H-1 ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned off
; Custom settings are not configured