; Configuration file for Duet WiFi (firmware version 1.21) ; executed by the firmware on start-up ; ; generated by RepRapFirmware Configuration Tool v2 on Sun Apr 14 2019 18:03:17 GMT+0100 (British Summer Time) ; General preferences G90 ; Send absolute coordinates... M83 ; ...but relative extruder moves G31 Z0.92 M667 S1 ; Select CoreXY mode ; Network M550 P"BPRO" ; 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 S0 ; Disable 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 FOR M569 P4 S1 ; Drive 4 goes FOR M350 X16 Y16 Z16 E16:16 I1 ; Configure microstepping with interpolation M92 X160.00 Y160.00 Z2500.00 E89.16:89.16 ; Set steps per mm M566 X300.00 Y300.00 Z5.00 E500.00:500.00 ; Set maximum instantaneous speed changes (mm/min) M203 X6000.00 Y6000.00 Z180.00 E1500.00:1500.00 ; Set maximum speeds (mm/min) M201 X500.00 Y500.00 Z20.00 E2000.00:2000.00 ; Set accelerations (mm/s^2) M906 X1000.00 Y1000.00 Z1200.00 E1000.00:1000.00 I30 ; Set motor currents (mA) and motor idle factor in per cent M84 S30 ; Set idle timeout ; Axis Limits M208 X0 Y0 Z0 S1 ; Set axis minima M208 X400 Y300 Z320 S0 ; Set axis maxima ; Endstops M574 X2 Y1 Z1 S0 ; Set active low and disabled endstops ; Z-Probe M558 P5 I1 H5 F120 T6000 ; Disable Z probe but set dive height, probe speed G31 P500 X0 Y-80 Z3 M557 X15:15 Y15:195 S20 ; Define mesh grid ; Heaters M301 M140 H-1 ; Disable heated bed M305 P1 T100000 B4138 R4700 ; Set thermistor + ADC parameters for heater 1 M143 H1 S250 ; Set temperature limit for heater 1 to 250C M305 P2 T100000 B4138 R4700 ; Set thermistor + ADC parameters for heater 2 M143 H2 S250 ; Set temperature limit for heater 2 to 250C ; Fans M106 P0 S0 I0 F500 H1 T45 ; 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 ;M106 P1 H-1 ;M106 P0 H-1 M106 P0 S0 M106 P1 S0 ; Tools M563 P0 S"pla1" D0 H1 F0 ; 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 M563 P1 S"pla2" D1 H2 F0 ; Define tool 1 G10 P1 X0 Y0 Z0 ; Set tool 1 axis offsets G10 P1 R0 S0 ; Set initial tool 1 active and standby temperatures to 0C M501 ; Automatic saving after power loss is not enabled ; Custom settings are not configured