Duex5 not working...?
-
I've got a duex5 connected. It was working at one point. I was setting up a filament runout sensor. I got it working on the Duet E0 E1 stops. All was good until I went to home the printer. If I do an M115, it returns this: FIRMWARE_NAME: RepRapFirmware for Duet WiFi FIRMWARE_VERSION: 1.20 ELECTRONICS: Duet WiFi 1.0 FIRMWARE_DATE: 2017-12-23
so I know it's not seeing it. if I touch the Vin/Gnd to my volt meter, I can get a good strong reading at 24v. I'm not sure why all of a sudden my z steppers are no longer working. The only one that is, is the one connected to Za
below is my config minus my network section, also commented out the filament sensors. Please someone out there help me out.. I'm starting to get so burnt out over this printer.. It's like it's one thing after another....
; 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; Endstops
M574 X1 Y1 S1 ;Set active High endstops S1 (x-min & y-min)
M574 Z1 S2 ;Set endstops controlled by probe, Home to min; Filament Runout Sensors
;M591 D0 P1 C3 S1 ; Filament Sensor E0
;M591 D1 P1 C4 S1 ; Filament Sensor E1;BL Touch
M307 H7 A-1 C-1 D-1 ; Disable the 7th Heater to free up PWM channel 5 on the Duex board
M558 P8 X0 Y0 Z1 H10 F75 T6400 ; Set Z Probe to type Switch or Digital output where Z probe connector is used. Used for z only.
G31 X26.7 Y22.2 Z.476 P1 ; Set Z probe trigger value, offset and trigger height
M557 X30:385 Y30:385 S100 ; Define mesh grid;Axis Limits
M208 X0 Y0 Z-1 S1 ; Set axis min (-1 for probing and babystep in printing no bounceback)
M208 X400 Y400 Z400 S0 ; Set axis max;Axis Drives
M667 S1 ; Select CoreXY mode
M569 P0 S0 ; Drive 0 X Motor goes forwards
M569 P1 S0 ; Drive 1 Y Motor goes forwards
M569 P2 S0 ; Drive 2 Z Motor goes forwards Left Front
M569 P5 S0 ; Drive 5 Z2 Motor goes forwards Left Rear
M569 P6 S0 ; Drive 6 Z3 Motor goes forwards on Duex 5 Right Rear
M569 P7 S0 ; Drive 7 Z4 Motor goes forwards on Duex 5 Right Front;Extruders Drives
M569 P3 S0 ; Drive 3 E0 Motor goes forwards Left Zesty Nimble
M569 P4 S0 ; Drive 4 E1 Motor goes forwards Right Zesty Nimble;Below is code for setting up 2 z steppers
M584 X0 Y1 Z2:5:6:7 ; Drive X-0 Y-1 Z-2&5&6&7
M584 E3:4 ; Drive Extruder E-3&4
M671 X40:40:240:350 Y35:240:350:40 S5 P0.7 ; leadscrews Left,Left Rear, Right Rear, Right (S5 = 5mm Corrections allow)M350 E32:32 I1 ; Configure microstepping without interpolation for extruders
M350 X32 Y32 Z32:32:32:32 I1 ; Configure microstepping with interpolation for xyz motors
M92 E5400:5400 ; Set steps per mm for extruders
M92 X160 Y160 Z950:950:950:950 ; Set steps per mm for xyz motors
M566 X900 Y900 Z12:12:12:12 ; Set maximum instantaneous speed changes (mm/min)(Jerk) xyz motors
M566 E40:40 ; Set maximum instantaneous speed changes (mm/min)(Jerk) extruder
M203 X12000 Y12000 Z3000:3000:3000:3000 ; Set maximum speeds (mm/min) xyz motors
M203 E4000:4000 ; Set maximum speeds (mm/min) extruders
M201 X500 Y500 Z50:50:50:50 ; Set accelerations (mm/s^2) xyz motors
M201 E120:120 ; Set accelerations (mm/s^2) extruders
M906 X950 Y950 Z950:950:950:950 I30 ; Set motor currents (mA) and motor idle factor in percent xyz motors
M906 E500:500 I30 ; Set motor currents (mA) and motor idle factor in percent extruders
M84 S30 ; Set idle timeout; Heaters
; Heater 0 - Bed Heater
M305 P0 T100000 B4725 C7.060000e-8 R4700 ; Set thermistor + ADC parameters for heater 0
M143 H0 S120 ; Set temperature limit for heater 0 to 120C
;Extruder 1
M305 P1 T100000 B4725 C7.060000e-8 R4700 ; Set thermistor + ADC parameters for heater 1
M143 H1 S280 ; Set temperature limit for heater 1 to 280C
;Extruder 2
M305 P2 T100000 B4725 C7.060000e-8 R4700 ; Set thermistor + ADC parameters for heater 2
M143 H2 S280 ; Set temperature limit for heater 2 to 280C; Tools
M563 P0 D0 H1 ; Left Nimble
G10 P0 X-9.0 Y0 Z0 ; Set Extruder 1 axis offsets
G10 P0 R0 S0 ; Set initial Extruder 1 active and standby temperatures to 0CM563 P1 D1 H2 ; Right Nimble
G10 P1 X9.0 Y0 Z0 ; Set Extruder 2 axis offsets
G10 P1 R0 S0 ; Set initial Extruder 2 active and standby temperatures to 0C; Automatic power saving
M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; Set voltage thresholds and actions to run on power loss; Fans
;M106 P0 S1 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off --- CURRENTLY SET TO OFF
M106 P1 S1 I0 F500 H-1 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on
M106 P2 S1 I0 F500 H1 T40 ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned on; Custom settings are not configured
; Miscellaneous
T0 ; Select first tool
P1 -
Check that nothing is shorting against the 10-pin expansion header on the DueX5. Then power cycle the printer, and check the M115 response again. If it never detects the DueX5 then the possibilities are:
- Faulty DueX5
- Faulty ribbon cable
- Faulty Duet (unlikely)
In these cases I recommend asking for the DueX5 and ribbon cable to be replaced under warranty.