; Configuration file for Duet WiFi (firmware version 1.21) ; executed by the firmware on start-up ; ; generated by RepRapFirmware Configuration Tool on Sun Sep 23 2018 21:33:30 GMT+0530 (India Standard Time) ; General preferences G90 ; Send absolute coordinates... M83 ; ...but relative extruder moves M912 P0 S-16.2 ; Adjust CPU temp ; Network M550 PMutant ; Set machine name M552 S1 ; Enable network ;*** Access point is configured manually via M587 M586 P0 S1 ; Enable HTTP M586 P1 S1 ; Enable FTP M586 P2 S0 ; Disable Telnet ;DUAL Z M584 X0 Y1 Z2:3 U3 E4 P4 M667 S0 M671 X18:222 Y4.5:202.5 ; Drives M569 P0 S1 ; Drive 0 goes forwards M569 P1 S1 ; Drive 1 goes forwards M569 P2 S1 ; Drive 2 goes forwards M569 P3 S1 ; Drive 3 goes forwards (secondary Z motor) M569 P4 S0 ; Drive 3 goes backwards M350 X16 Y16 Z16 U16 E16:16 I1 ; Configure microstepping with interpolation M92 X100 Y100 Z400 U400 E161.3:161.3 ; Set steps per mm M566 X600 Y600 Z12 U12 E150:150 ; Set maximum instantaneous speed changes (mm/min) M203 X30000 Y30000 Z720 U720 E7200:7200 ; Set maximum speeds (mm/min) M201 X1500 Y1500 Z1500 U1500 E1500:1500 ; Set accelerations (mm/s^2) M906 X2000 Y1500 Z1500 U1500 E1000:1000 I30 ; Set motor currents (mA) and motor idle factor in per cent M84 S30 ; Set idle timeout ; Axis Limits M208 X0 Y-2.2 Z0 S1 ; Set axis minima M208 X250 Y207.8 Z210 S0 ; Set axis maxima ; Endstops M574 X1 Y1 S1 ; Set active high endstops ; Z-Probe M574 Z1 U1 S2 ; Set endstops controlled by probe ;M574 Z2 U2 S3 ;M915 Z U S0 F1 R1 M558 P1 H5 F600 T6000 ; Set Z probe type to unmodulated and the dive height + speeds G31 P855 X23 Y5 Z0 ; Set Z probe trigger value, offset and trigger height M557 X41:247 Y10.5:206.9 S102:98 ; Define mesh grid ; Heaters M307 H0 B0 S1.00 ; Disable bang-bang mode for the bed heater and set PWM limit 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 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 1 M143 H1 S280 ; Set temperature limit for heater 1 to 280C ; Fans M106 P0 S1 I0 F500 H1 T45 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned on 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 ; 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