; Configuration file for Duet WiFi (firmware version 1.21) ; executed by the firmware on start-up ; ; generated by RepRapFirmware Configuration Tool v2 on Mon Feb 25 2019 20:08:37 GMT-0600 (Central Standard Time) ; General preferences G90 ; Send absolute coordinates... M83 ; ...but relative extruder moves ; Network M550 P"My Printer" ; Set machine name M552 S1 ; Enable network ;*** Access point is configured manually via M587 M586 P0 S1 ; Enable HTTP M586 P1 S0 ; Disable FTP M586 P2 S1 ; Enable Telnet ; Drives M569 P0 S1 ; Drive 0 goes forwards M569 P1 S1 ; Drive 1 goes forwards M569 P2 S0 ; Drive 2 goes backwards M569 P3 S1 ; Drive 3 goes forwards ; M350 I0 ; Configure microstepping without interpolation M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation M92 X200 Y200 Z800 E200 ; Set steps per mm M566 X600.00 Y600.00 Z18.00 E300.00 ; Set maximum instantaneous speed changes (mm/min) M203 X12000.00 Y12000.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 X1200.00 Y1200.00 Z1200.00 E650.00 I30 ; Set motor currents (mA) and motor idle factor in per cent previous 1500 1500 1200 e650 M84 S30 ; Set idle timeout ; Axis Limits M208 X-50 Y0 Z0 S1 ; Set axis minima old M208 X-50 Y-63 Z0 S1 prev x-50 prev 5/20 X-35 Y0 Z0 S1 M208 X228 Y221 Z230 S0 ; Set axis maxima ; Endstops M574 Z0 S0 ; Set active low and disabled endstops M574 X1 Y1 S1 ; Set active high endstops ; Z-Probe M558 P5 H5 F1200 T6000 I1 ; Set Z probe type to switch and the dive height + speeds. P5 = probe type inductive. H5 = dive height. I1 = inverted because NPN G31 P500 X-25 Y-42 Z1.20 ; Set Z probe trigger value, offset and trigger height (right most most recent Z3.10 prev Z1.15 prev .67 prev 75 prev 73) M557 X0:200 Y0:200 s10 ; Define mesh grid ; Heaters M307 H0 B0 S1.00 ; Disable bang-bang mode for the bed heater and set PWM limit M305 P0 T100000 B4725 C7.060000e-8 R4700 ; Set thermistor + ADC parameters for heater 0 M143 H0 S130 ; Set temperature limit for heater 0 to 130C M305 P1 T100000 B4725 C7.060000e-8 R4700 ; Set thermistor + ADC parameters for heater 1 M143 H1 S275 ; Set temperature limit for heater 1 to 275C ; Fans M106 P0 S1 F500 H1 T45 ; Set fan 0 (print cooling), (s) speed, PWM (i) signal inversion and(f) frequency and (h) header monitored. M106 P1 S1 F500 H1 T45 ; Set fan 1 (heatsink cooling), (s) speed, PWM (i) signal inversion and(f) frequency and (h) header monitored. ; 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 ; Automatic saving after power loss is not enabled ; Custom settings are not configured ; Miscellaneous T0 ; Select first tool