; Configuration file for Duet WiFi (firmware version 1.21) ; executed by the firmware on start-up ; ; generated by RepRapFirmware Configuration Tool v2 on Sun Mar 17 2019 11:25:52 GMT+0100 (heure normale d’Europe centrale) ; General preferences G90 ; Send absolute coordinates... M83 ; ...but relative extruder moves M665 R160.00 L400.00 H520.00 B140.00 ;M665 R160 L400 B150 H520; Set delta radius, diagonal rod length, printable radius and homed height H500 M666 X0 Y0 Z0 ; Put your endstop adjustments here, or let auto calibration find them ; Network M550 P"TLM WIFI" ; 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 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 M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation M92 X80.00 Y80.00 Z80.00 E427.190 ; Set steps per mm M566 X1200.00 Y1200.00 Z1200.00 E1200.00 ; Set maximum instantaneous speed changes (mm/min) M203 X19980.00 Y19980.00 Z19980.00 E3600.00 ; Set maximum speeds (mm/min) M201 X1000.00 Y1000.00 Z1000.00 E1000.00 ; Set accelerations (mm/s^2) M906 X1000.00 Y1000.00 Z1000.00 E800.00 I60 ; Set motor currents (mA) and motor idle factor in per cent M84 S30 ; Set idle timeout ; Axis Limits M208 Z0 S1 ; Set minimum Z ; Endstops M574 X2 S1 P"xstop" ; ok Set active high endstops M574 Y2 S1 P"ystop" ; ok Set active high endstopS M574 Z2 S1 P"zstop" ; ok Set active high endstops ; Z-Probe M558 P9 C"^zprobe.in+zprobe.mod" H10 F300 T3000 ; Set Z probe type to bltouch and the dive height + speeds M950 S0 C"exp.heater3" ; create servo pin 0 for BLTouch G31 P500 X0 Y25 Z1.296 ; Set Z probe trigger value, offset and trigger height 2.45 M557 R140 S25 ; Define mesh grid ; Heaters M308 S0 P"bedtemp" Y"thermistor" T100000 B4138 R4700 ; configure sensor 0 as thermistor on pin bedtemp M950 H0 C"bedheat" T0 ; create bed heater output on bedheat and map it to sensor 0 M143 H0 S120 ; set temperature limit for heater 0 to 120C M307 H0 B0 S1.00 ; enable bang-bang mode for the bed heater and set PWM limit M308 S1 P"e0temp" Y"thermistor" T100000 B4725 C7.060000e-8 R4700 ; configure sensor 1 as thermistor on pin e0temp M950 H1 C"e0heat" T1 ; create nozzle heater output on e0heat and map it to sensor 1 M143 H1 S280 ; set temperature limit for heater 1 to 280C ;M307 H1 A437.1 C302.4 D0.6 S1.00 V24.3 B0 ; PID tuning ed3 v6 buse 0,4 ; Fans M950 F0 C"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency FAN IMPRESSION M106 P0 S0 H-1 ; set fan 0 value. Thermostatic control is turned off M950 F1 C"fan1" Q500 ; create fan 1 on pin fan1 and set its frequency FAN BUSE M106 P1 S1 H1 T45 ; set fan 1 value. Thermostatic control is turned on M950 F2 C"fan2" Q500 ; create fan 2 on pin fan2 and set its frequency FAN BOITIER MCU ;M106 P2 S0 H-1 ; set fan 2 value. Thermostatic control is turned off M106 P2 F100 L0.4 B0.5 T33:40 H100:101:102 ; Set fan 2 Duet case fan. Turns on when the MCU temperature (virtual heater 100) ; Tools M563 P0 D0 H1 ; Define tool 0 G10 P0 S0 R0 ; Set tool 0 operating and standby temperatures ;*** If you have a single-nozzle build, comment the next 2 lines ;M563 P1 D1 H2 ; Define tool 1 G10 P1 S0 R0 ; Set tool 1 operating and standby temperatures M579 X1.01266 Y1.00908 X0.99453 ; scaling factor for Cartesian cords ; Automatic saving after power loss is not enabled ; Custom settings are not configured ; Miscellaneous G29 S1 M501 ; Load saved parameters from non-volatile memory