; Configuration file for Duet WiFi (firmware version 1.21) ; executed by the firmware on start-up ; ; generated by RepRapFirmware Configuration Tool v2 on Tue Apr 09 2019 17:02:01 GMT+0200 (Central European Summer Time) ; General preferences G90 ; Send absolute coordinates... M83 ; ...but relative extruder moves M667 S1 ; Type CoreXY ; Network M550 P"HEVO 300" ; Set machine name M551 P"xyz1234 " ; Set password M552 S1 ; Enable network M587 S"WLAN" P"Password123" ; Configure access point. You can delete this line once connected M586 P0 S1 ; Enable HTTP M586 P1 S1 ; Enable FTP M586 P2 S1 ; Enable Telnet ; Drives ;M584 X0 Y1 Z2:4 E3 ; Remap Z to Drive 2 and 4 M584 X0 Y1 Z2 E3 M569 P0 S0 ; Drive 0 goes backwards M569 P1 S0 ; Drive 1 goes backwards M569 P2 S0 ; Drive 2 goes backwards M569 P3 S1 ; Drive 3 goes forwards M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation ;M92 X80.00 Y80.00 Z400.00 E415.00 ; Set steps per mm for Bendtech M92 X80.00 Y80.00 Z1600.00 E2618.00 ; Set steps per mm for Nimble M566 X900.00 Y900.00 Z12.00 E40.00 ; Set maximum instantaneous speed changes (mm/min) (jerk) M203 X9000.00 Y9000.00 Z600.00 E3600.00 ; Set maximum speeds (mm/min) M201 X500.00 Y500.00 Z250.00 E120.00 ; Set accelerations (mm/s^2) M906 X1000.00 Y1000.00 Z1000.00 E950.00 I30 ; Set motor currents (mA) and motor idle factor in per cent M84 S120 ; Set idle timeout ;M671 X335:-40 Y160:160 S2 ; leadscrews at left middle and right middle ; Axis Limits M208 X0 Y0 Z0 S1 ; Set axis minima M208 X295 Y300 Z290 S0 ; Set axis maxima ; Endstops M574 X1 Y1 S1 ; Set active high endstops ; Z-Probe M574 Z1 S2 ; Set endstops controlled by probe M558 P8 I1 R0.4 A4 F300 T7000 G31 P500 X0 Y0 Z-0.1 ; Set Z probe trigger value, offset and trigger height M557 X10:295 Y10:290 S30 ; Define mesh grid ;Retract M207 S1 F1800 Z0.075 ; Heaters M307 H0 A233.6 C573.5 D1.2 V24.1 B0 ; Disable bang-bang mode for the bed heater and set PWM limit M305 P0 T100000 B4138 R4700 ; Set thermistor + ADC parameters for heater 0 (Bed) M143 H0 S120 ; Set temperature limit for heater 0 to 120C ; M305 P1 T100000 B4138 R4700 ; Set thermistor + ADC parameters for heater 1 (Tool) M305 P1 T500000 B4723 C1.196220e-7 ; Set thermistor + ADC parameters for heater 1 (Tool) M143 H1 S280 ; Set temperature limit for heater 1 to 280C M307 H1 A511.3 C140.1 D3.9 V24 B0 ; Heater 1, Hotent, PID settings ; Fans M106 P0 S0 I0 F500 C"Part Fan" ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned on M106 P1 T45 S1 I0 F500 H1 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on ; 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 power saving M911 S22 R23 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; Set voltage thresholds and actions to run on power loss