; Configuration file for Duet WiFi (firmware version 1.20 or newer) ; executed by the firmware on start-up ; ; generated by RepRapFirmware Configuration Tool on Fri Feb 16 2018 16:17:02 GMT+0000 (GMT) ; General preferences M111 S0 ; Debugging off G21 ; Work in millimetres G90 ; Send absolute coordinates... M83 ; ...but relative extruder moves M555 P2 ; Set firmware compatibility to look like Marlin M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; Configure automatic saving on power loss M208 X0 Y0 Z0 S1 ; Set axis minima M208 X170 Y150 Z150 S0 ; Set axis maxima ; Endstops M574 X1 Y1 Z1 S1 ; Set active high endstops ; Z probe stuff ;M558 P5 I1 R0.4 F1000 X0 Y0 Z0 H7 A5 S0.02 B1 ; Set Z probe type to switch and the dive height + speeds M558 P1 F100 T6000 H5 A5 G31 P500 X10 Y10 Z0.827 ; Set Z probe trigger value, offset and trigger height ; mesh grid M557 X15:150 Y15:150 S20 ; Define mesh grid ; Drives M569 P0 S1 C65968 ; Drive 0 goes forwards M569 P1 S0 C65968 ; Drive 1 goes backwards M569 P2 S0 C65968 ; Drive 2 goes backwards M569 P3 S1 C65968 ; Drive 3 goes forwards M569 P4 S0 C65968 ; Drive 4 goes forwards M350 X32 Y32 Z32 E32:32 I1 ; Configure microstepping with interpolation M566 X600 Y600 Z50 E600 ; Set maximum instantaneous speed changes (mm/min) M203 X9000 Y9000 Z500 E5000 ; Set maximum speeds (mm/min) M201 X1000 Y1000 Z100 E5000 ; Set accelerations (mm/s^2) ;----------- ;M204 S6000.00 T6000.00 ; Acceleration during printing, and air moves ;----------------------------------------- M92 X134.74 Y134.74 Z4266.66 E145; E157.2 ; Set steps per mm ;----------------------------------------- M906 X2000 Y2000 Z2000 E2000:2000 I15 ; Set motor currents (mA) and motor idle factor in per cent M84 S10 ; idle motors after 10 secs ; Heaters M140 H-1 ; Disable heated bed M305 P1 B4725 C7.060000e-8 ; Set thermistor + ADC parameters for chimera heater 1 M143 H1 S285 ; Set temperature limit for heater 1 to 250C M305 P2 B4725 C7.060000e-8 ; Set thermistor + ADC parameters for heater 2 M143 H2 S285 ; Set temperature limit for chimera heater 2 to 250C ; Tools M563 P0 D0 H1 ; Define tool 0 G10 P0 X-8.8 Y0 Z0 ; Set tool 0 axis offsets G10 P0 R0 S0 ; Set initial tool 0 active and standby temperatures to 0C M563 P1 D1 H2 ; Define tool 1 G10 P1 X8.8 Y-0.5 Z-0.15 ; Set tool 1 axis offsets G10 P1 R0 S0 ; Set initial tool 1 active and standby temperatures to 0C ; Network M550 PKDuet ; Set machine name M551 PKes100 ; Set password M552 S1 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 P0 S0.3 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off M106 P1 S1 I0 F500 H1:2 T70 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on M106 P2 S1 I0 F500 H1:2 T150 ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned on ; Custom settings are not configured ; Miscellaneous M501 ; Load saved parameters from non-volatile memory