; Configuration file for Duet WiFi (firmware version 2.03) ; executed by the firmware on start-up ; ; generated by RepRapFirmware Configuration Tool v2.1.8 on Mon Mar 30 2020 11:14:18 GMT+1000 (Australian Eastern Standard Time) ; General preferences G90 ; send absolute coordinates... M83 ; ...but relative extruder moves M550 P"Point Zero CoreXY" ; set printer name M667 S1 ; select CoreXY mode ; Network M552 S1 ; enable network M586 P0 S1 ; enable HTTP M586 P1 S0 ; disable FTP M586 P2 S0 ; disable Telnet ; Drives M569 P0 S0 ; physical drive 0 goes backwards M569 P1 S1 ; physical drive 1 goes forwards M569 P5 S0 ; physical drive 5 goes backwards M569 P6 S0 M569 P7 S0 M569 P8 S0 M569 P4 S0 ; physical drive 3 goes backwards M584 X0 Y1 Z5:6:7:8 E4 ; set drive mapping M671 X200,400,200,400 Y-60,-60,875,875 ; Set location of z leadscrews for independant bed levelling. M350 X32 Y32 Z16 E16 I1 ; configure microstepping with interpolation *** TRYING 32 MICRO STEPPING, PREVIOUS VALUE =16 M92 X160.00 Y160.00 Z1600.00 E96.0 ; set steps per mm M566 X600.00 Y600.00 Z12.00 E2000.00 ; set maximum instantaneous speed changes (mm/min) *** PREVIOUS VALUES X480 Y480 E120 M203 X24000.00 Y24000.00 Z400.00 E1200.00 ; set maximum speeds (mm/min) M201 X6000.00 Y6000.00 Z100.00 E500.00 ; set accelerations (mm/s^2) *** PREVIOUS VALUES X400 Y400.00 Z10.00 E250.00 M204 P600 T4000 ; print and travel acceleration M906 X800 Y800 Z1200 E1200 I30 ; set motor currents (mA) and motor idle factor in per cent M84 S30 ; Set idle timeout M593 F80 ; Set Dynamic Acceleration Adjustment M572 D0 S0.1 ; Set extruder pressure advance ; Axis Limits M208 X0 Y0 Z0 S1 ; set axis minima M208 X860 Y800 Z750 S0 ; set axis maxima ; Endstops M574 X1 Y1 Z1 S0 ; set active high endstops ; Z-Probe M307 H3 A-1 C-1 D-1 ; disable heater on PWM channel for BLTouch M558 P9 H5 F120 T50000 ; set Z probe type to bltouch and the dive height + speeds G31 P500 X-21.6 Y9.4 Z2.35 ; set Z probe trigger value, offset and trigger height - **PREVIOUS Z VALUE = Z1.35 M557 X40:850 Y40:760 S78 ; define mesh grid - AS DESIGNED ;M557 X280:500 Y280:500 S20 ; define mesh grid - FOR TESTING ONLY ; Heaters M307 H0 B0 S1.00 ; disable bang-bang mode for the bed heater and set PWM limit M305 P0 T100000 B4138 R4700 ; set thermistor + ADC parameters for heater 0 M143 H0 S120 ; set temperature limit for heater 0 to 120C M305 P1 T100000 B4138 R4700 ; set thermistor + ADC parameters for heater 1 M143 H1 S280 ; set temperature limit for heater 1 to 280C M305 P2 T100000 B4138 R4700 ; set thermistor + ADC parameters for heater 1 M143 H2 S280 ; set temperature limit for heater 1 to 280C ; Fans M106 P0 S0 I0 F25000 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 ; Tools M563 P0 D0 H1 F0 ; define tool 0 G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets M563 P1 D0 H2 F0 ; define tool 1 G10 P1 X0 Y20 Z0 ; set tool 1 axis offsets G10 P1 R0 S0 G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C ; Custom settings are not defined