Does anyone have the Duet Breakout Board working with External Drivers Working? Here's what the config.g file looks like.
; Configuration file for Duet WiFi (firmware version 1.20 or newer)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool on Thu Nov 16 2017 18:16:14 GMT-0600 (Central Standard 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
M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000"
M208 X0 Y0 Z0 U0 S1 ; Set axis minima
M208 X600 Y600 Z201.9 S0 ; Set axis maxima
; Endstops
M574 X1 Y2 Z2 U1 S1 ; Set active high endstops
M558 P3 X0 Y0 Z0 F600 T6000 I1 H7 ; Set Z probe type to mode 6, Z axis only, 5mm dive height
; M558 P6 I1 H5 F120 T6000 ; Set Z probe type to switch and the dive height + speeds
G31 P500 X15 Y15 Z0.2 ; Set Z probe trigger value, offset and trigger height
M557 X20:480 Y20:280 S40 ; Define mesh grid
; Drives
M569 P5 S0 R1 T4:4:5:0 ; Drive 5 goes X forwards
M569 P6 S0 R1 T4:4:5:0; Drive 6 goes Y forwards
M569 P7 S0 R1 T4:4:5:0; Drive 7 goes Z forwards
; Motor remapping
M584 X5 Y6 Z7 ; Driver X=5,Y=6, Z=7 ,
; Configure Drives
M350 X16 Y16 Z16 ; Configure microstepping with interpolation
M92 X200 Y200 Z200 ; Set steps per mm
M566 X200 Y100 Z1200 ; Set maximum instantaneous speed changes (mm/min)
M203 X200 Y200 Z200; Set maximum speeds (mm/min)
M201 X200 Y200 Z500 ; Set accelerations (mm/s^2)
M906 X6000 Y6000 Z6000 ; Set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout
; Heaters
M140 H-1 ; Disable heated bed
M305 P1 T100000 B4725 C7.060000e-8 R4700 ; Set thermistor + ADC parameters for heater 1
M143 H1 S20000 ; Set temperature limit for heater 1 to 280C
; Tools
M563 P0 D0 H1 ; 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
; Network
M550 ; Set machine name
M552 S1 ; Enable network
; Access point is configured manually via M587 by the user
M586 P0 S1 ; Enable HTTP
M586 P1 S0 ; Disable FTP
M586 P2 S0 ; Disable Telnet
; Fans
M106 P0 S1 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
M106 P1 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
; Miscellaneous
M501 ; Load saved parameters from non-volatile memory
T0 ; Select first tool