; Configuration file for Duet WiFi (firmware version 3) ; executed by the firmware on start-up ; ; generated by RepRapFirmware Configuration Tool v2.1.8 on Mon Apr 13 2020 10:34:35 GMT+0200 (Ora legale dell’Europa centrale) ; General preferences G90 ; send absolute coordinates... M83 ; ...but relative extruder moves M550 P"HELL BOY" ; set printer name M575 P1 B57600 S1 ;Set baud rate Duet Board ; Network M552 S1 ; enable network M586 P0 S1 ; enable HTTP M586 P1 S0 ; disable FTP M586 P2 S0 ; disable Telnet ; Drives M569 P0 S1 ; x physical drive 0 goes FORWARDS M569 P1 S1 ; y physical drive 1 goes forwards M569 P2 S0 ; left-z physical drive 2 goes forwards M569 P3 S0 ; extruder physical drive 3 goes backwards M569 P4 S1 ; right-z physical drive 4 goes backwards M584 X0 Y1 Z2:4 E3 P3 ; Driver 0 For X, 1 for Y, Z=2:4, Extruder 3 M671 X-30:265 Y100:100 M92 X80.81 Y80.31 Z400:400 E415.04 ; set steps per mm M350 E128 I0 ; configure microstepping without interpolation M350 X16 Y16 Z16:16 I1 ; configure microstepping with interpolation M566 X800.00 Y800.00 Z60.00:60.00 E300.00 P1 ; set maximum instantaneous speed changes (mm/min) M203 X12000.00 Y12000.00 Z900.00:900.00 E6000.00 ; set maximum speeds (mm/min) M201 X6000.00 Y6000.00 Z200.00:200.00 E5000.00 ; set accelerations (mm/s^2) M906 X700 Y700 Z700:700 E800 I30 ; set motor currents (mA) and motor idle factor in per cent M84 S30 ; Set idle timeout ; Axis Limits M208 X0 Y0 Z0:0 S1 ; set axis minima M208 X235 Y235 Z235.8:235.8 S0 ; set axis maxima ; Endstops M574 X1 S1 P"xstop" ; configure active-high endstop for low end on X via pin xstop M574 Y1 S1 P"ystop" ; configure active-high endstop for low end on Y via pin ystop M574 Z2 S1 P"!zstop+!e1stop" ; configure active-high endstop for high end on Z via pin zstop + e1stop ; Z-Probe M558 P9 C"^zprobe.in" H3 F120 T6000 A10 S0.03 ; BLTouch connected to Z probe IN pin M950 S0 C"exp.heater3" ; create servo/gpio 0 on heater 3 pin on expansion connector G31 P25 X-38.7 Y-2 Z0.55 ; Zero offset M557 X10:190 Y10:220 S20 ; define mesh grid ; Heaters M308 S0 P"bedtemp" Y"thermistor" T100000 B4092 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 ; disable bang-bang mode for the bed heater and set PWM limit M140 H0 ; map heated bed to heater 0 M308 S1 P"e0temp" Y"thermistor" T100000 B4725 C7.06e-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 S285 ; set temperature limit for heater 1 to 285C M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit ; Fans M950 F0 C"fan0" Q10000 ; create fan 0 on pin fan0 and set its frequency M106 P0 S0 H-1 ; set fan 0 value. Thermostatic control is turned off M950 F1 C"fan1" Q10000 ; create fan 1 on pin fan1 and set its frequency M106 P1 S0 H1 T45 ; set fan 1 value. Thermostatic control is turned on M950 F2 C"fan2" Q10000 ; create fan 2 on pin fan2 and set its frequency M106 P2 S0 H-1 ; set fan 2 value. Thermostatic control is turned off ; Tools M563 P0 S"HOTEND" D0 H1 F1 ; define tool 0 G10 P0 X3 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 S21 R23 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; set voltage thresholds and actions to run on power loss ; Custom settings are not defined M912 P0 S-6.4 M592 D0 A0.006224 B0.00001448 ; Miscellaneous M501 ; load saved parameters from non-volatile memory T0 ; select first tool