; Configuration file for Duet WiFi (firmware version 1.21) ; executed by the firmware on start-up ; ; generated by RepRapFirmware Configuration Tool v2 on Thu Apr 25 2019 13:09:35 GMT+0300 (Israel Daylight Time) ; General preferences G90 ; Send absolute coordinates... M83 ; ...but relative extruder moves ; Network M550 P"3D Printer" ; Set machine name M552 S1 ; Enable network M587 S"****" P"****" ; Configure access point. You can delete this line once connected M586 P0 S1 ; Enable HTTP M586 P1 S0 ; Disable FTP M586 P2 S0 ; Disable Telnet ; Drives M569 P0 S0 ; Drive 0 goes backwards M569 P1 S1 ; Drive 1 goes forwards M569 P2 S1 ; Drive 2 goes backwards M569 P3 S1 ; Drive 3 goes forwards M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation M92 X200 Y100.00 Z2000.00 E418.50 ; Set steps per mm M566 X900.00 Y900.00 Z12.00 E120.00 ; Set maximum instantaneous speed changes (mm/min) M203 X6000.00 Y6000.00 Z180.00 E1200.00 ; Set maximum speeds (mm/min) M201 X500.00 Y500.00 Z20.00 E250.00 ; Set accelerations (mm/s^2) M906 X800.00 Y800.00 Z800.00 E800.00 I30 ; Set motor currents (mA) and motor idle factor in per cent M84 S30 ; Set idle timeout ; Axis Limits M564 H0;Can move axis before homing M208 X0 Y0 Z0 S1 ; Set axis minima M208 X1200 Y600 Z550 S0 ; Set axis maxima ; Endstops M574 X1 Y1 S0 ; Set active low and disabled endstops M591 D0 P1 C3 ; Z-Probe M574 Z1 S2 ; Set endstops controlled by probe M558 P3 H5 F120 T6000 I1 ; Set Z probe type to unmodulated and the dive height + speeds G31 P500 X-30 Y22 Z1 ; Set Z probe trigger value, offset and trigger height M557 X0:1100 Y0:600 S100 ; Define mesh grid M376 H10 ; Heaters M140 H-1 ; Disable heated bed M305 P2 B4725 C7.060000e-8 ; Set thermistor + ADC parameters for heater 1 E3D M143 H2 S280 ; Set temperature limit for heater 1 to 280C ; Fans ;M106 P0 S0 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned on M106 P1 S1 I0 F500 H2 T45 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on ; Tools M563 P0 D0 H2 ; Define tool 0, Drive 5, H0 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 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 ; Custom settings are not configured