; Configuration file for Duet WiFi (firmware version 1.17 to 1.19) ; executed by the firmware on start-up ; ; generated by RepRapFirmware Configuration Tool on Wed Jan 31 2018 02:32:58 GMT-0700 (Mountain Standard Time) ; 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 M665 R161.211 L339.03 B130 H417 ; Set delta radius, diagonal rod length, printable radius and homed height M666 X0 Y0 Z0 ; Put your endstop adjustments here, or let auto calibration find them M208 Z-2 S1 ; Set minimum Z ; Endstops M574 X2 Y2 Z2 S0 ; Set active low endstops M558 P1 I1 R0.25 H5 A10 F500 T3500 ; Set Z probe type to modulated, the axes for which it is used and the dive height + speeds G31 P550 X0 Y0 Z-0.1 ; Set Z probe trigger value, offset and trigger height M557 R120 S20 ; Define mesh grid ; Drives M569 P0 S0 ; Drive 0 goes forwards M569 P1 S0 ; Drive 1 goes forwards M569 P2 S1 ; Drive 2 goes forwards M569 P3 S0 ; Drive 3 goes backwards M350 X128 Y128 Z128 I0 ; Configure microstepping without interpolation M350 E32 I1 ; Configure microstepping with interpolation M92 X800 Y800 Z800 E176 ; Set steps per mm M566 X2600 Y2600 Z2600 E24000 ; Set maximum instantaneous speed changes (mm/min) M203 X7200 Y7200 Z2400 E24000 ; Set maximum speeds (mm/min) M201 X3200 Y3200 Z3200 E15000 ; Set accelerations (mm/s^2) M906 X600 Y600 Z600 E1000 I30 ; Set motor currents (mA) and motor idle factor in per cent M84 S30 ; Set idle timeout ; Heaters M305 P0 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 0 M143 H0 S120 ; Set temperature limit for heater 0 to 120C M305 P1 T100000 B4725 C7.060000e-8 R4700 ; Set thermistor + ADC parameters for heater 1 M143 H1 S320 ; 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 PMy printer ; Set machine name M552 S1 ; Enable network M586 P0 S1 ; Enable HTTP M586 P1 S0 ; Disable FTP M586 P2 S0 ; Disable Telnet ; Fans M106 P0 S0 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off M106 P1 S0 I0 F500 H1 T45 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on M106 P2 S0 I0 F500 H1 T45 ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned on ; Custom settings are not configured